Searched defs:HeapProfiler (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dheap-profiler.h41 v8::internal::HeapProfiler* profiler = heap->isolate()->heap_profiler(); \
47 // The HeapProfiler writes data to the log files, which can be postprocessed
49 class HeapProfiler { class in namespace:v8::internal
68 uint16_t class_id, v8::HeapProfiler::WrapperInfoCallback callback);
77 HeapProfiler();
78 ~HeapProfiler();
89 List<v8::HeapProfiler::WrapperInfoCallback> wrapper_callbacks_;
H A Dheap-profiler.cc37 HeapProfiler::HeapProfiler() function in class:v8::internal::HeapProfiler
43 HeapProfiler::~HeapProfiler() {
48 void HeapProfiler::ResetSnapshots() {
54 void HeapProfiler::SetUp() {
57 isolate->set_heap_profiler(new HeapProfiler());
62 void HeapProfiler::TearDown() {
69 HeapSnapshot* HeapProfiler::TakeSnapshot(const char* name,
79 HeapSnapshot* HeapProfiler
[all...]
/external/v8/include/
H A Dv8-profiler.h350 * Deletes the snapshot and removes it from HeapProfiler's list.
387 class V8EXPORT HeapProfiler { class in namespace:v8

Completed in 378 milliseconds