Skip to content

Commit

Permalink
Fixed table
Browse files Browse the repository at this point in the history
  • Loading branch information
WonSteps committed May 4, 2023
1 parent 5897c17 commit 6a78dbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jvmMain/kotlin/gui/Table.kt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ fun showResult(processes: List<Process>, info: List<ChartInfo>) { // 성능 지
val throughput: Float = processes.size / totalTime.toFloat()
val contextSwitched = info.size - 2
averageResultTable(throughput, averages, contextSwitched)
resultTable(processes)
}
}

Expand Down

0 comments on commit 6a78dbc

Please sign in to comment.