V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
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_ |
Definition at line 174 of file sampling-heap-profiler.h.