Definition at line 2125 of file profiler_service.cc.
◆ ClassAllocationSampleFilter()
dart::ClassAllocationSampleFilter::ClassAllocationSampleFilter |
( |
Dart_Port |
port, |
|
|
const Class & |
cls, |
|
|
intptr_t |
thread_task_mask, |
|
|
int64_t |
time_origin_micros, |
|
|
int64_t |
time_extent_micros |
|
) |
| |
|
inline |
Definition at line 2127 of file profiler_service.cc.
2133 thread_task_mask,
2134 time_origin_micros,
2135 time_extent_micros),
2138 }
SampleFilter(Dart_Port port, intptr_t thread_task_mask, int64_t time_origin_micros, int64_t time_extent_micros, bool take_samples=false)
◆ FilterSample()
bool dart::ClassAllocationSampleFilter::FilterSample |
( |
Sample * |
sample | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: