HomeSort by relevance Sort by last modified time
    Searched refs:SamplingHeapProfiler (Results 1 - 4 of 4) sorted by null

  /external/v8/src/profiler/
sampling-heap-profiler.h 42 class SamplingHeapProfiler {
44 SamplingHeapProfiler(Heap* heap, StringsStorage* names, uint64_t rate,
46 ~SamplingHeapProfiler();
57 SamplingHeapProfiler* profiler_)
67 SamplingHeapProfiler* const profiler;
117 friend class SamplingHeapProfiler;
137 AllocationProfile* profile, SamplingHeapProfiler::AllocationNode* node,
156 DISALLOW_COPY_AND_ASSIGN(SamplingHeapProfiler);
162 SamplingHeapProfiler* profiler,
183 SamplingHeapProfiler* const profiler_
    [all...]
sampling-heap-profiler.cc 44 v8::AllocationProfile::Allocation SamplingHeapProfiler::ScaleSample(
51 SamplingHeapProfiler::SamplingHeapProfiler(
79 SamplingHeapProfiler::~SamplingHeapProfiler() {
96 void SamplingHeapProfiler::SampleObject(Address soon_object, size_t size) {
118 void SamplingHeapProfiler::OnWeakCallback(
140 SamplingHeapProfiler::AllocationNode*
141 SamplingHeapProfiler::AllocationNode::FindOrAddChildNode(const char* name,
155 SamplingHeapProfiler::AllocationNode* SamplingHeapProfiler::AddStack()
    [all...]
heap-profiler.h 20 class SamplingHeapProfiler;
88 std::unique_ptr<SamplingHeapProfiler> sampling_heap_profiler_;
heap-profiler.cc 93 sampling_heap_profiler_.reset(new SamplingHeapProfiler(

Completed in 166 milliseconds