php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
perf.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018-2024 Alexander Borisov
3 *
4 * Author: Alexander Borisov <borisov@lexbor.com>
5 */
6
7#ifndef LEXBOR_PERF_H
8#define LEXBOR_PERF_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14#include "lexbor/core/base.h"
15
16
17LXB_API void *
19
20LXB_API void
22
23LXB_API void
25
28
30lexbor_perf_end(void *perf);
31
32LXB_API double
34
35
36#ifdef __cplusplus
37} /* extern "C" */
38#endif
39
40#endif /* LEXBOR_PERF_H */
#define LXB_API
Definition def.h:48
LXB_API lxb_status_t lexbor_perf_end(void *perf)
LXB_API void lexbor_perf_destroy(void *perf)
LXB_API void lexbor_perf_clean(void *perf)
LXB_API lxb_status_t lexbor_perf_begin(void *perf)
LXB_API void * lexbor_perf_create(void)
LXB_API double lexbor_perf_in_sec(void *perf)
unsigned int lxb_status_t
Definition types.h:28