V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::SamplingAllocationObserver Class Reference
Inheritance diagram for v8::internal::SamplingAllocationObserver:
v8::internal::AllocationObserver

Public Member Functions

 SamplingAllocationObserver (Heap *heap, intptr_t step_size, uint64_t rate, SamplingHeapProfiler *profiler, base::RandomNumberGenerator *random)
 
- Public Member Functions inherited from v8::internal::AllocationObserver
 AllocationObserver (intptr_t step_size)
 
void AllocationStep (int bytes_allocated, Address soon_object, size_t size)
 

Protected Member Functions

void Step (int bytes_allocated, Address soon_object, size_t size) override
 
intptr_t GetNextStepSize () override
 
- Protected Member Functions inherited from v8::internal::AllocationObserver
intptr_t step_size () const
 
intptr_t bytes_to_next_step () const
 

Additional Inherited Members

- Protected Attributes inherited from v8::internal::AllocationObserver
intptr_t step_size_
 
intptr_t bytes_to_next_step_
 

Detailed Description

Definition at line 174 of file sampling-heap-profiler.h.


The documentation for this class was generated from the following files: