Sign in
fuchsia
/
third_party
/
mesa
/
main
/
.
/
src
/
util
/
perf
/
u_sysprof.h
blob: eb6a4fb8eeca3b8954ecf17fcc87718f0e18b78e [
file
] [
log
] [
blame
]
/*
* Copyright 2025 Igalia S.L.
* SPDX-License-Identifier: MIT
*/
#pragma
once
#ifdef
__cplusplus
extern
"C"
{
#endif
void
*
util_sysprof_begin
(
const
char
*
name
);
void
util_sysprof_end
(
void
**
scope
);
#ifdef
__cplusplus
}
#endif