aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/profile.h
blob: 26d1ebe3a2c58227621bdb25c50865056fe55091 (plain) (blame)
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