HomeSort by relevance Sort by last modified time
    Searched full:cons_profile (Results 1 - 1 of 1) sorted by null

  /external/v8/test/cctest/
test-heap-profiler.cc 61 ConstructorHeapProfileTestHelper cons_profile; local
65 cons_profile.CollectStats(obj);
66 CHECK_EQ(0, cons_profile.f_count());
67 cons_profile.PrintStats();
68 CHECK_EQ(2, cons_profile.f_count());
    [all...]

Completed in 73 milliseconds