MU Library
profiler.hpp
Go to the documentation of this file.
1 // SPDX-License-Identifier: Apache-2.0
2 // Copyright 2024 XCENA Inc.
3 
4 #pragma once
5 
6 namespace mu
7 {
8 
14 void profilerStart(const char* tag);
15 
21 void profilerEnd(const char* tag);
22 } // namespace mu
Definition: assert.hpp:9
void profilerStart(const char *tag)
Start the profiler.
void profilerEnd(const char *tag)
End the profiler.