aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/profile.c
Commit message (Expand)AuthorAge
* vim-patch:9.0.0398: members of funccall_T are inconsistently named (#23123)zeertzjq2023-04-16
* vim-patch:8.2.0154: reallocating the list of scripts is inefficientzeertzjq2023-02-16
* refactor: reduce scope of locals as per the style guide (#22206)dundargoc2023-02-11
* vim-patch:9.0.1221: code is indented more than necessary (#21891)zeertzjq2023-01-19
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* vim-patch:8.2.4570: no command line completion for :profile and :profdelzeertzjq2023-01-15
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with chardundargoc2022-11-28
* refactor: replace char_u with charDundar Göc2022-11-26
* refactor: replace char_u with charDundar Göc2022-11-19
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* refactor: replace char_u with charDundar Göc2022-09-10
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* vim-patch:8.1.1689: profiling code is spread outzeertzjq2022-08-12
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* refactor: format with uncrustify #15755dundargoc2021-09-24
* chore: use codespell to spell check #15016dundargoc2021-07-07
* reltimefloat(): allow negative result #10544Justin M. Keyes2019-07-20
* viml/profile: revert proftime_T to unsigned type #10521Justin M. Keyes2019-07-16
* viml/profile: cast os_hrtime() resultJustin M. Keyes2019-07-16
* viml/profile: revert gettimeofday() #10488Justin M. Keyes2019-07-13
* viml/reltime(): allow negative result #10453Justin M. Keyes2019-07-09
* viml/profile: switch to uv_gettimeofday() #10356Justin M. Keyes2019-06-29
* *: Add comment to all C filesZyX2017-04-19
* MSVC: include os/os_defs.h for `inline`. #3239Rui Abreu Ferreira2015-08-25
* startuptime: always enable startuptimeNicolas Hillegeer2014-07-20
* startuptime: implement on top of profiling fnsNicolas Hillegeer2014-07-20
* startuptime: move code to profile.{c,h} + docNicolas Hillegeer2014-07-20
* profiling: implement on top of os_hrtime()Nicolas Hillegeer2014-07-16