| OLD | NEW |
| (Empty) |
| 1 Test nesting of time/timeEnd records on Timeline | |
| 2 | |
| 3 | |
| 4 Running: testSimpleConsoleTime | |
| 5 Root | |
| 6 ----> FunctionCall | |
| 7 --------> Console Time: a | |
| 8 | |
| 9 Running: testNestedConsoleTime | |
| 10 Root | |
| 11 ----> FunctionCall | |
| 12 --------> Console Time: a | |
| 13 ------------> Console Time: b | |
| 14 ------------> Console Time: c | |
| 15 ----------------> Console Time: d | |
| 16 | |
| 17 Running: testUnbalancedConsoleTime | |
| 18 Root | |
| 19 ----> FunctionCall | |
| 20 --------> Console Time: b | |
| 21 | |
| 22 Running: testConsoleTimeWithoutConsoleTimeEnd | |
| 23 Root | |
| 24 ----> FunctionCall | |
| 25 --------> Timestamp: Foo | |
| 26 --------> Timestamp: Bar | |
| 27 --------> Console Time: d | |
| 28 ------------> Timestamp: Baz | |
| 29 | |
| OLD | NEW |