Home
last modified time | relevance | path

Searched refs:histogram_ (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/src/tuningfork/
Dprong.h37 Histogram histogram_; variable
45 histogram_(histogram_settings) {} in instrumentation_key_()
55 histogram_.Add( in Trace()
61 histogram_.Clear(); in Clear()
65 return histogram_.Count(); in Count()
Dprong.cpp56 if (p->histogram_.Count() > 0) in Clear()
57 p->histogram_.Clear(); in Clear()
Dclearcutserializer.cpp73 Fill(p.histogram_, h); in Fill()
91 if (p->histogram_.Count() > 0) { in writeHistograms()