We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5897c17 commit 6a78dbcCopy full SHA for 6a78dbc
src/jvmMain/kotlin/gui/Table.kt
@@ -84,6 +84,7 @@ fun showResult(processes: List<Process>, info: List<ChartInfo>) { // 성능 지
84
val throughput: Float = processes.size / totalTime.toFloat()
85
val contextSwitched = info.size - 2
86
averageResultTable(throughput, averages, contextSwitched)
87
+ resultTable(processes)
88
}
89
90
0 commit comments