Searched defs:TickSample (Results 1 – 1 of 1) sorted by relevance
28 struct TickSample { struct34 TickSample() in TickSample() argument47 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 …]