Definition at line 2100 of file profiler_service.cc.
◆ AllocationSampleFilter()
dart::AllocationSampleFilter::AllocationSampleFilter |
( |
Dart_Port |
port, |
|
|
intptr_t |
thread_task_mask, |
|
|
int64_t |
time_origin_micros, |
|
|
int64_t |
time_extent_micros |
|
) |
| |
|
inline |
Definition at line 2102 of file profiler_service.cc.
2107 thread_task_mask,
2108 time_origin_micros,
2109 time_extent_micros) {}
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::AllocationSampleFilter::FilterSample |
( |
Sample * |
sample | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: