neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

profile.h (354B)


      1 #pragma once
      2 
      3 #include <stdint.h>  // IWYU pragma: keep
      4 #include <time.h>
      5 
      6 #include "nvim/cmdexpand_defs.h"  // IWYU pragma: keep
      7 #include "nvim/ex_cmds_defs.h"  // IWYU pragma: keep
      8 #include "nvim/runtime_defs.h"  // IWYU pragma: keep
      9 
     10 #define TIME_MSG(s) do { \
     11  if (time_fd != NULL) time_msg(s, NULL); \
     12 } while (0)
     13 
     14 #include "profile.h.generated.h"