Home
last modified time | relevance | path

Searched defs:TickSample (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/profiler/
Dsampler.h28 struct TickSample { struct
34 TickSample() in TickSample() argument
47 StateTag state; // The state of the VM.
48 Address pc; // Instruction pointer.
49 union {
53 static const unsigned kMaxFramesCountLog2 = 8;
54 static const unsigned kMaxFramesCount = (1 << kMaxFramesCountLog2) - 1;
55 Address stack[kMaxFramesCount]; // Call stack.
56 base::TimeTicks timestamp;
57 unsigned frames_count : kMaxFramesCountLog2; // Number of captured frames.
[all …]