Neovim Home
src
nvim
Macros
|
Typedefs
profile.h File Reference
#include <stdint.h>
#include <time.h>
Go to the source code of this file.
Macros
#define
TIME_MSG
(
s
)
Typedefs
typedef uint64_t
proftime_T
Macro Definition Documentation
◆
TIME_MSG
#define TIME_MSG
(
s
)
Value:
do
{ \
if (time_fd !=
NULL
)
time_msg
(
s
,
NULL
); \
}
while
(0)
Typedef Documentation
◆
proftime_T
typedef uint64_t
proftime_T
s
char * s
Definition:
eval.c:797
time_msg
void time_msg(const char *mesg, const proftime_T *start)
Definition:
profile.c:268
NULL
return NULL
Definition:
eval.c:9968