OLD | NEW |
1 Tests search in Summary view of detailed heap snapshots. | 1 Tests search in Summary view of detailed heap snapshots. |
2 | 2 |
3 Profiler was enabled. | 3 Profiler was enabled. |
4 Detailed heap profiles were enabled. | 4 Detailed heap profiles were enabled. |
5 | 5 |
6 Running: testSearch | 6 Running: testSearch |
| 7 PASS: found node @101 with class 'A' |
| 8 PASS: node @a was not found |
| 9 PASS: node @999 was not found |
| 10 PASS: found node @100 with class 'B' |
| 11 PASS: found node @400 with class 'B' |
| 12 PASS: found node @401 with class 'A' |
7 | 13 |
8 Profiler was disabled. | 14 Profiler was disabled. |
9 | 15 |
OLD | NEW |