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