Merge branch 'feature/new-timing-method' into 'master'
Add TSC timers Closes #79 See merge request !141
No related branches found
No related tags found
Showing
- CMakeLists.txt 7 additions, 0 deletionsCMakeLists.txt
- dune/perftool/CMakeLists.txt 2 additions, 0 deletionsdune/perftool/CMakeLists.txt
- dune/perftool/common/CMakeLists.txt 7 additions, 0 deletionsdune/perftool/common/CMakeLists.txt
- dune/perftool/common/timer.hh 8 additions, 105 deletionsdune/perftool/common/timer.hh
- dune/perftool/common/timer_chrono.hh 114 additions, 0 deletionsdune/perftool/common/timer_chrono.hh
- dune/perftool/common/timer_tsc.hh 112 additions, 0 deletionsdune/perftool/common/timer_tsc.hh
- dune/perftool/common/tsc.cc 197 additions, 0 deletionsdune/perftool/common/tsc.cc
- dune/perftool/common/tsc.hh 108 additions, 0 deletionsdune/perftool/common/tsc.hh
Loading
Please register or sign in to comment