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
mu
Definition:
assert.hpp:9
mu::profilerStart
void profilerStart(const char *tag)
Start the profiler.
mu::profilerEnd
void profilerEnd(const char *tag)
End the profiler.
mu
include
mu
profiler
profiler.hpp
Generated by
1.9.1