Home
last modified time | relevance | path

Searched refs:bucket_max (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/assets/tuningfork/
Dtuningfork_settings.txt2bucket_max: 40, n_buckets: 100}, {instrument_key: 1, bucket_min: 12, bucket_max: 40, n_buckets: 10…
/frameworks/opt/gamesdk/samples/tuningfork/prototest/
Dtuningfork_settings.txt2 …[{instrument_key: 0, bucket_min: 28, bucket_max: 32, n_buckets: 70}, {instrument_key: 1, bucket_mi…
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/
DREADME.md15 optional float bucket_max = 3;
55 bucket_max: 32,
61 bucket_max: 32,
/frameworks/opt/gamesdk/src/tuningfork/proto/
Dtuningfork.proto10 optional float bucket_max = 3; field
/frameworks/opt/gamesdk/test/tuningfork/proto/
Dtuningfork.proto10 optional float bucket_max = 3; field
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/proto/
Dtuningfork.proto10 optional float bucket_max = 3; field
/frameworks/opt/gamesdk/samples/tuningfork/prototest/proto/
Dtuningfork.proto10 optional float bucket_max = 3; field
/frameworks/opt/gamesdk/src/tuningfork/
Dtuningfork.cpp198 settings->histograms.push_back({hist.instrument_key, hist.bucket_min, hist.bucket_max, in decodeHistograms()
438 default_histogram.bucket_max = 40; in InitHistogramSettings()
461 …ALOGV("ikey: %d min: %f max: %f nbkts: %d", h.instrument_key, h.bucket_min, h.bucket_max, h.n_buck… in InitHistogramSettings()
Dtuningfork_internal.h59 float bucket_max; member
Dhistogram.cpp42 : Histogram(hs.bucket_min, hs.bucket_max, hs.n_buckets) { in Histogram()