Searched refs:bucket_min (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/assets/tuningfork/ |
D | tuningfork_settings.txt | 2 …bucket_min: 12, bucket_max: 40, n_buckets: 100}, {instrument_key: 1, bucket_min: 12, bucket_max: 4…
|
/frameworks/opt/gamesdk/samples/tuningfork/prototest/ |
D | tuningfork_settings.txt | 2 histograms: [{instrument_key: 0, bucket_min: 28, bucket_max: 32, n_buckets: 70}, {instrument_key: 1…
|
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/ |
D | README.md | 14 optional float bucket_min = 2; 54 bucket_min: 28, 60 bucket_min: 28,
|
/frameworks/opt/gamesdk/src/tuningfork/proto/ |
D | tuningfork.proto | 9 optional float bucket_min = 2; field
|
/frameworks/opt/gamesdk/test/tuningfork/proto/ |
D | tuningfork.proto | 9 optional float bucket_min = 2; field
|
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/proto/ |
D | tuningfork.proto | 9 optional float bucket_min = 2; field
|
/frameworks/opt/gamesdk/samples/tuningfork/prototest/proto/ |
D | tuningfork.proto | 9 optional float bucket_min = 2; field
|
/frameworks/opt/gamesdk/src/tuningfork/ |
D | tuningfork.cpp | 198 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()
|
D | tuningfork_internal.h | 58 float bucket_min; member
|
D | histogram.cpp | 42 : Histogram(hs.bucket_min, hs.bucket_max, hs.n_buckets) { in Histogram()
|