summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/profile.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2023-11-28refactor: fix runtime_defs.h (#26259)zeertzjq1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2022-08-12vim-patch:8.1.1689: profiling code is spread outzeertzjq1
2022-08-12vim-patch:8.1.1684: profiling functionality is spread outzeertzjq1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2019-07-16viml/profile: revert proftime_T to unsigned type #10521Justin M. Keyes1
2019-07-09viml/reltime(): allow negative result #10453Justin M. Keyes1
2014-07-20startuptime: always enable startuptimeNicolas Hillegeer1
2014-07-20startuptime: move code to profile.{c,h} + docNicolas Hillegeer1
2014-07-16profiling: implement on top of os_hrtime()Nicolas Hillegeer1