WPILibC++ 2027.0.0-alpha-5
Loading...
Searching...
No Matches
profiler.hpp File Reference
#include <chrono>
#include <concepts>
#include <string>
#include <string_view>
#include <utility>

Go to the source code of this file.

Classes

class  slp::SetupProfiler
 Records the number of profiler measurements (start/stop pairs) and the average duration between each start and stop call. More...
class  slp::SolveProfiler
 Records the number of profiler measurements (start/stop pairs) and the average duration between each start and stop call. More...
class  slp::ScopedProfiler< Profiler >
 Starts a profiler in the constructor and stops it in the destructor. More...

Namespaces

namespace  slp