Home
last modified time | relevance | path

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

/dports/graphics/cairo/cairo-1.17.4/perf/
H A Dcairo-perf-report.c353 unsigned int new_samples_count = base->samples_count; in cairo_perf_report_sort_and_compute_stats() local
355 new_samples_count += t->samples_count; in cairo_perf_report_sort_and_compute_stats()
356 if (new_samples_count > base->samples_size) { in cairo_perf_report_sort_and_compute_stats()
357 base->samples_size = new_samples_count; in cairo_perf_report_sort_and_compute_stats()