Searched refs:stats_update (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/cctest/ |
D | test-heap-profiler.cc | 1097 TestStatsStream stats_update = GetHeapStatsUpdate(heap_profiler, in TEST() local 1099 CHECK_EQ(1, stats_update.intervals_count()); in TEST() 1100 CHECK_EQ(1, stats_update.updates_written()); in TEST() 1101 CHECK_LT(0, stats_update.entries_size()); in TEST() 1102 CHECK_EQ(0, stats_update.first_interval_index()); in TEST() 1116 TestStatsStream stats_update = GetHeapStatsUpdate(heap_profiler, in TEST() local 1119 CHECK_EQ(1, stats_update.intervals_count()); in TEST() 1120 CHECK_EQ(1, stats_update.updates_written()); in TEST() 1121 CHECK_LT(0, stats_update.entries_size()); in TEST() 1122 CHECK_EQ(1, stats_update.entries_count()); in TEST() [all …]
|