1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef NVIM_PROFILE_H #define NVIM_PROFILE_H #include <stdint.h> #include <time.h> typedef uint64_t proftime_T; #ifdef INCLUDE_GENERATED_DECLARATIONS # include "profile.h.generated.h" #endif #endif // NVIM_PROFILE_H