MU Library
info.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 #include <cstdint>
7 
8 namespace mu
9 {
10 
18 uint64_t getId();
19 
27 uint64_t getExecutionCount();
28 
29 } // namespace mu
Definition: assert.hpp:9
uint64_t getId()
Return the id of Mu.
uint64_t getExecutionCount()
Return the execution count of Mu.