Searched refs:bucket_max (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_max: 40, n_buckets: 100}, {instrument_key: 1, bucket_min: 12, bucket_max: 40, n_buckets: 10…
|
/frameworks/opt/gamesdk/samples/tuningfork/prototest/ |
D | tuningfork_settings.txt | 2 …[{instrument_key: 0, bucket_min: 28, bucket_max: 32, n_buckets: 70}, {instrument_key: 1, bucket_mi…
|
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/ |
D | README.md | 15 optional float bucket_max = 3; 55 bucket_max: 32, 61 bucket_max: 32,
|
/frameworks/opt/gamesdk/src/tuningfork/proto/ |
D | tuningfork.proto | 10 optional float bucket_max = 3; field
|
/frameworks/opt/gamesdk/test/tuningfork/proto/ |
D | tuningfork.proto | 10 optional float bucket_max = 3; field
|
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/proto/ |
D | tuningfork.proto | 10 optional float bucket_max = 3; field
|
/frameworks/opt/gamesdk/samples/tuningfork/prototest/proto/ |
D | tuningfork.proto | 10 optional float bucket_max = 3; 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() 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()
|
D | tuningfork_internal.h | 59 float bucket_max; member
|
D | histogram.cpp | 42 : Histogram(hs.bucket_min, hs.bucket_max, hs.n_buckets) { in Histogram()
|