OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sample_mapping_percentage_threshold
(Results
1 - 5
of
5
) sorted by null
/external/perf_data_converter/src/quipper/
perf_parser.h
141
float
sample_mapping_percentage_threshold
= 95.0f;
member in struct:quipper::PerfParserOptions
test_utils.cc
239
options.
sample_mapping_percentage_threshold
= 100.0f;
perf_parser_test.cc
426
options.
sample_mapping_percentage_threshold
= 0;
570
options.
sample_mapping_percentage_threshold
= 0;
703
options.
sample_mapping_percentage_threshold
= 0;
836
options.
sample_mapping_percentage_threshold
= 0;
[
all
...]
perf_parser.cc
268
float threshold = options_.
sample_mapping_percentage_threshold
;
perf_serializer_test.cc
102
options.
sample_mapping_percentage_threshold
= 100.0f;
Completed in 454 milliseconds