mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Not used.
This commit is contained in:
parent
b5e9962d31
commit
70cc94ccf0
1 changed files with 0 additions and 3 deletions
|
@ -270,9 +270,6 @@ class DynamicGraphExecutor<T>(val graph : DynamicGraph<T>, val factory: IThreadW
|
||||||
fun dumpHistory() {
|
fun dumpHistory() {
|
||||||
log(1, "Thread report")
|
log(1, "Thread report")
|
||||||
|
|
||||||
fun col1(s: String) = String.format(" %1\$-8s", s)
|
|
||||||
fun col2(s: String) = String.format(" %1\$-25s", s)
|
|
||||||
|
|
||||||
val table = AsciiTable.Builder()
|
val table = AsciiTable.Builder()
|
||||||
.width(11)
|
.width(11)
|
||||||
threadIds.keys.forEach {
|
threadIds.keys.forEach {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue