Home
last modified time | relevance | path

Searched refs:histograms (Results 1 – 22 of 22) sorted by relevance

/frameworks/opt/gamesdk/src/tuningfork/
Dtuningfork.cpp128 settings_.histograms, serializeId); in TuningForkImpl()
130 settings_.histograms, serializeId); in TuningForkImpl()
198 settings->histograms.push_back({hist.instrument_key, hist.bucket_min, hist.bucket_max, in decodeHistograms()
212 pbsettings.histograms.funcs.decode = decodeHistograms; in Init()
213 pbsettings.histograms.arg = &settings; in Init()
441 if(settings_.histograms.size()<=i) { in InitHistogramSettings()
443 settings_.histograms.push_back(default_histogram); in InitHistogramSettings()
444 settings_.histograms.back().instrument_key = i; in InitHistogramSettings()
448 auto& h = settings_.histograms[j]; in InitHistogramSettings()
451 std::swap(settings_.histograms[j], settings_.histograms[i]); in InitHistogramSettings()
[all …]
Dclearcutserializer.cpp141 evt.histograms.funcs.encode = writeHistograms; in FillHistograms()
142 evt.histograms.arg = (void*)&pc; in FillHistograms()
Dtuningfork_internal.h63 std::vector<Histogram> histograms; member
/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/samples/tuningfork/tftestapp/app/src/main/proto/
Dtuningfork_clearcut_log.proto37 // Data histograms, one for each active annotation / instrument_id.
38 repeated TuningForkHistogram histograms = 3; field
Dtuningfork.proto24 repeated Histogram histograms = 2; field
/frameworks/opt/gamesdk/src/tuningfork/proto/
Dtuningfork_clearcut_log.proto37 // Data histograms, one for each active annotation / instrument_id.
38 repeated TuningForkHistogram histograms = 3; field
Dtuningfork.proto24 repeated Histogram histograms = 2; field
/frameworks/opt/gamesdk/samples/tuningfork/prototest/proto/
Dtuningfork_clearcut_log.proto37 // Data histograms, one for each active annotation / instrument_id.
38 repeated TuningForkHistogram histograms = 3; field
Dtuningfork.proto24 repeated Histogram histograms = 2; field
/frameworks/opt/gamesdk/test/tuningfork/proto/
Dtuningfork_clearcut_log.proto37 // Data histograms, one for each active annotation / instrument_id.
38 repeated TuningForkHistogram histograms = 3; field
Dtuningfork.proto24 repeated Histogram histograms = 2; field
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/assets/tuningfork/
Dtuningfork_settings.txt2 histograms: [{instrument_key: 0, bucket_min: 12, bucket_max: 40, n_buckets: 100}, {instrument_key: …
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/
DREADME.md29 repeated Histogram histograms = 2;
50 histograms:
/frameworks/opt/gamesdk/samples/tuningfork/
Dparselogcat.py32 for h in tclevent.histograms:
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
Dtimestats.proto65 // histograms of deltas between different combinations of those timestamps.
75 repeated SFTimeStatsHistogramBucketProto histograms = 2; field
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/cpp/
Dtftestapp.cpp88 auto &h = evt.histograms(i); in PrettyPrintTuningForkLogEvent()
/frameworks/opt/gamesdk/samples/tuningfork/prototest/src/
Dsztool.cc248 const Settings_Histogram& h = settings.histograms(i); in main()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTimeStatsTest.cpp296 const SFTimeStatsHistogramBucketProto& histogramProto = deltaProto.histograms().Get(0); in TEST_F()
360 const SFTimeStatsHistogramBucketProto& histogramProto = deltaProto.histograms().Get(0); in TEST_F()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java685 log.histograms = new TelephonyProto.TelephonyHistogram[rilHistograms.size()]; in buildProto()
687 log.histograms[i] = new TelephonyProto.TelephonyHistogram(); in buildProto()
689 TelephonyProto.TelephonyHistogram histogramProto = log.histograms[i]; in buildProto()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto37 repeated TelephonyHistogram histograms = 4; field
/frameworks/base/proto/src/
Dwifi.proto1325 // Data point used to build 'Number of Connectable Network' histograms