← Back to team overview

kicad-developers team mailing list archive

[PATCH 0/4] Performance counter rework

 

Hi,

this cleans up the performance counters, using only a single interface, and
switches that implementation to use std::chrono with a high resolution
timer.

   Simon

Simon Richter (4):
  PROF_COUNTER: initialize in initializer list
  Use std::chrono and std::cerr in PROF_COUNTER
  Switch profiled code to uppercase PROF_COUNTER
  Remove old profile counter implementation

 common/gal/opengl/cached_container.cpp | 15 +++---
 common/gal/opengl/gpu_manager.cpp      | 10 ++--
 common/gal/opengl/opengl_gal.cpp       | 10 ++--
 common/view/view.cpp                   |  5 +-
 include/profile.h                      | 92 ++++++++--------------------------
 5 files changed, 38 insertions(+), 94 deletions(-)

-- 
2.11.0


Follow ups