distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
statistics.hpp
Go to the documentation of this file.
1 
12 #ifndef INCLUDE_DISTORTOS_STATISTICS_HPP_
13 #define INCLUDE_DISTORTOS_STATISTICS_HPP_
14 
15 #include <cstdint>
16 
17 namespace distortos
18 {
19 
20 namespace statistics
21 {
22 
25 
30 uint64_t getContextSwitchCount();
31 
33 
34 } // namespace statistics
35 
36 } // namespace distortos
37 
38 #endif // INCLUDE_DISTORTOS_STATISTICS_HPP_
Top-level namespace of distortos project.
Definition: buttons.hpp:33
uint64_t getContextSwitchCount()
Definition: statistics.cpp:27