php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "lexbor/core/base.h"
Go to the source code of this file.
Functions | |
LXB_API void * | lexbor_perf_create (void) |
LXB_API void | lexbor_perf_clean (void *perf) |
LXB_API void | lexbor_perf_destroy (void *perf) |
LXB_API lxb_status_t | lexbor_perf_begin (void *perf) |
LXB_API lxb_status_t | lexbor_perf_end (void *perf) |
LXB_API double | lexbor_perf_in_sec (void *perf) |
LXB_API lxb_status_t lexbor_perf_begin | ( | void * | perf | ) |
LXB_API lxb_status_t lexbor_perf_end | ( | void * | perf | ) |