Searched refs:heapDebugString (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/ |
D | batchcursor_test.go | 37 t.Fatalf("heap update failed, expected %d as heap min: %s", -21, heapDebugString(heap)) 45 t.Fatalf("heap update failed, expected %d as heap min: %s", -22, heapDebugString(heap)) 53 t.Fatalf("heap update failed, expected %d as heap min: %s", 21, heapDebugString(heap)) 61 t.Fatalf("heap update failed, unexpected %d as heap min: %s", 21, heapDebugString(heap)) 74 t.Fatalf("failed to remove heap elem with time %d: %s", 5, heapDebugString(heap)) 91 t.Fatalf("heap elements not removed in sorted order, got: %s", heapDebugString(removed)) 99 func heapDebugString(heap []*batchCursor) string { func 120 …("heap invariant not maintained between index %d and parent %d: %s", i, i/2, heapDebugString(heap))
|