Searched refs:histogram (Results 1 – 3 of 3) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | OverlayWidgets.cpp | 162 std::vector<size_t> histogram(values.size(), 0); in CreateHistogram() local 166 ++histogram[rank]; in CreateHistogram() 169 return histogram; in CreateHistogram() 380 std::vector<size_t> histogram = CreateHistogram(secondaryCommandBufferPoolWaste->runningValues); in AppendVulkanSecondaryCommandBufferPoolWaste() local 381 auto maxValueIter = std::max_element(histogram.rbegin(), histogram.rend()); in AppendVulkanSecondaryCommandBufferPoolWaste() 386 AppendGraphCommon(widget, imageExtent, histogram, 0, graphScale, graphWidget, widgetCounts); in AppendVulkanSecondaryCommandBufferPoolWaste() 392 size_t peak = std::distance(maxValueIter, histogram.rend() - 1); in AppendVulkanSecondaryCommandBufferPoolWaste() 393 size_t peakPercent = (peak * 100 + 50) / histogram.size(); in AppendVulkanSecondaryCommandBufferPoolWaste()
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 2410 // Traces are triggered by specific range of values of an UMA histogram. 2419 // Configuration of histogram trigger. 2421 // UMA histogram name hash, same as HistogramEventProto.name_hash. 2424 // Range of values of the histogram that activates trigger. 6118 // An individual histogram sample logged via Chrome's UMA metrics system. 6545 // browser start. Similar to UMA histogram
|
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/proto/ |
D | perfetto_trace.proto | 1884 // Traces are triggered by specific range of values of an UMA histogram. 1893 // Configuration of histogram trigger. 1895 // UMA histogram name hash, same as HistogramEventProto.name_hash. 1898 // Range of values of the histogram that activates trigger. 5849 // An individual histogram sample logged via Chrome's UMA metrics system.
|