V8 Project
|
#include <gc-tracer.h>
Public Member Functions | |
AllocationEvent () | |
AllocationEvent (double duration, intptr_t allocation_in_bytes) | |
Public Attributes | |
double | duration_ |
intptr_t | allocation_in_bytes_ |
Definition at line 132 of file gc-tracer.h.
|
inline |
Definition at line 135 of file gc-tracer.h.
v8::internal::GCTracer::AllocationEvent::AllocationEvent | ( | double | duration, |
intptr_t | allocation_in_bytes | ||
) |
Definition at line 22 of file gc-tracer.cc.
References allocation_in_bytes_, and duration_.
intptr_t v8::internal::GCTracer::AllocationEvent::allocation_in_bytes_ |
Definition at line 145 of file gc-tracer.h.
Referenced by AllocationEvent().
double v8::internal::GCTracer::AllocationEvent::duration_ |
Definition at line 141 of file gc-tracer.h.
Referenced by AllocationEvent().