hush
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef PSXSPLASH_PROFILER
|
||||
|
||||
namespace psxsplash::debug {
|
||||
|
||||
enum ProfilerSection {
|
||||
@@ -21,7 +23,6 @@ public:
|
||||
|
||||
void initialize();
|
||||
void reset();
|
||||
void dumpToTTY();
|
||||
|
||||
void setSectionTime(ProfilerSection section, uint32_t time) {
|
||||
sectionTimes[section] = time;
|
||||
@@ -42,3 +43,5 @@ private:
|
||||
};
|
||||
|
||||
} // namespace psxsplash::debug
|
||||
|
||||
#endif // PSXSPLASH_PROFILER
|
||||
|
||||
Reference in New Issue
Block a user