aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/utils/auto_timer.hpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Replace include guards with pragma onceLane Kolbly2020-04-081-4/+1
| | | | | Pragma once is the more modern version of include guards, eliminating any potential problems with mistyping include guards. Let's use those.
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-85/+83
| | | | | Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of files that clang-format gets applied against.
* lib: add auto_timer profiling utilityPatrick Sisterhen2018-03-161-0/+137
Note: This tool is not considered done, complete, unchangeable, or anything other than experimental.