#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <string_view>
#include <x86intrin.h>
#include "core/logging.hpp"
#include "core/types.hpp"
Go to the source code of this file.
◆ PROFILE
Value:
name \
}
#define SD_CONCAT(a, b)
Definition profiler.hpp:97
Definition profiler.hpp:35
consteval U64 type_id_of()
Definition type_id.hpp:6
◆ PROFILE_END
| #define PROFILE_END |
( |
| ) |
::sd::_sd_active_profile.end() |
◆ PROFILE_FUNCTION
◆ PROFILE_START
| #define PROFILE_START |
( |
|
name | ) |
::sd::_sd_active_profile.begin(name) |
◆ SD_CONCAT
◆ SD_CONCAT_INNER