Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/assets/tuningfork/
Dtuningfork_settings.txt2bucket_min: 12, bucket_max: 40, n_buckets: 100}, {instrument_key: 1, bucket_min: 12, bucket_max: 4…
/frameworks/opt/gamesdk/samples/tuningfork/prototest/
Dtuningfork_settings.txt2 histograms: [{instrument_key: 0, bucket_min: 28, bucket_max: 32, n_buckets: 70}, {instrument_key: 1…
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/
DREADME.md14 optional float bucket_min = 2;
54 bucket_min: 28,
60 bucket_min: 28,
/frameworks/opt/gamesdk/src/tuningfork/proto/
Dtuningfork.proto9 optional float bucket_min = 2; field
/frameworks/opt/gamesdk/test/tuningfork/proto/
Dtuningfork.proto9 optional float bucket_min = 2; field
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/proto/
Dtuningfork.proto9 optional float bucket_min = 2; field
/frameworks/opt/gamesdk/samples/tuningfork/prototest/proto/
Dtuningfork.proto9 optional float bucket_min = 2; field
/frameworks/opt/gamesdk/src/tuningfork/
Dtuningfork.cpp198 settings->histograms.push_back({hist.instrument_key, hist.bucket_min, hist.bucket_max, in decodeHistograms()
437 default_histogram.bucket_min = 10; 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.h58 float bucket_min; member
Dhistogram.cpp42 : Histogram(hs.bucket_min, hs.bucket_max, hs.n_buckets) { in Histogram()