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
mu
Definition:
assert.hpp:9
mu::getId
uint64_t getId()
Return the id of Mu.
mu::getExecutionCount
uint64_t getExecutionCount()
Return the execution count of Mu.
mu
include
mu
info
info.hpp
Generated by
1.9.1