#include <profiler.h>
Definition at line 883 of file profiler.h.
◆ ProcessedSampleBuffer()
dart::ProcessedSampleBuffer::ProcessedSampleBuffer |
( |
| ) |
|
Definition at line 1775 of file profiler.cc.
1777 ASSERT(code_lookup_table_ !=
nullptr);
1778}
static Thread * Current()
◆ Add()
Definition at line 887 of file profiler.h.
887{ samples_.Add(sample); }
◆ At()
Definition at line 891 of file profiler.h.
891{ return samples_.At(index); }
◆ code_lookup_table()
const CodeLookupTable & dart::ProcessedSampleBuffer::code_lookup_table |
( |
| ) |
const |
|
inline |
Definition at line 893 of file profiler.h.
893 {
894 return *code_lookup_table_;
895 }
◆ length()
intptr_t dart::ProcessedSampleBuffer::length |
( |
| ) |
const |
|
inline |
Definition at line 889 of file profiler.h.
889{ return samples_.length(); }
The documentation for this class was generated from the following files: