Definition at line 1822 of file profiler.cc.
◆ StreamableSampleFilter()
dart::StreamableSampleFilter::StreamableSampleFilter |
( |
Dart_Port |
port, |
|
|
const Isolate * |
isolate |
|
) |
| |
|
inline |
Definition at line 1824 of file profiler.cc.
SampleFilter(Dart_Port port, intptr_t thread_task_mask, int64_t time_origin_micros, int64_t time_extent_micros, bool take_samples=false)
static constexpr intptr_t kNoTaskFilter
◆ FilterSample()
bool dart::StreamableSampleFilter::FilterSample |
( |
Sample * |
sample | ) |
|
|
inlineoverridevirtual |
Reimplemented from dart::SampleFilter.
Definition at line 1827 of file profiler.cc.
1827 {
1828 const UserTag& tag =
1830 return tag.streamable();
1831 }
static UserTagPtr FindTagById(const Isolate *isolate, uword tag_id)
The documentation for this class was generated from the following file: