Skip to content

Commit 6a78dbc

Browse files
committed
Fixed table
1 parent 5897c17 commit 6a78dbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jvmMain/kotlin/gui/Table.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ fun showResult(processes: List<Process>, info: List<ChartInfo>) { // 성능 지
8484
val throughput: Float = processes.size / totalTime.toFloat()
8585
val contextSwitched = info.size - 2
8686
averageResultTable(throughput, averages, contextSwitched)
87+
resultTable(processes)
8788
}
8889
}
8990

0 commit comments

Comments
 (0)