Searched refs:stats_update (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/cctest/ |
D | test-heap-profiler.cc | 1119 TestStatsStream stats_update = GetHeapStatsUpdate(heap_profiler, in TEST() local 1121 CHECK_EQ(1, stats_update.intervals_count()); in TEST() 1122 CHECK_EQ(1, stats_update.updates_written()); in TEST() 1123 CHECK_LT(0u, stats_update.entries_size()); in TEST() 1124 CHECK_EQ(0, stats_update.first_interval_index()); in TEST() 1138 TestStatsStream stats_update = GetHeapStatsUpdate(heap_profiler, in TEST() local 1141 CHECK_EQ(1, stats_update.intervals_count()); in TEST() 1142 CHECK_EQ(1, stats_update.updates_written()); in TEST() 1143 CHECK_LT(0u, stats_update.entries_size()); in TEST() 1144 CHECK_EQ(1u, stats_update.entries_count()); in TEST() [all …]
|