You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fzf/src/util
Charlie Vieth 3c877c504b
Enable profiling options when 'pprof' tag is set (#2813)
This commit enables cpu, mem, block, and mutex profling of the FZF
executable. To support flushing the profiles at program exit it adds
util.AtExit to register "at exit" functions and mandates that util.Exit
is used instead of os.Exit to stop the program.

Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
2 months ago
..
atexit.go Enable profiling options when 'pprof' tag is set (#2813) 2 months ago
atexit_test.go Enable profiling options when 'pprof' tag is set (#2813) 2 months ago
atomicbool.go Update AtomicBool to use atomic memory operation (#1939) 4 years ago
atomicbool_test.go Reorganize source code 10 years ago
chars.go Further performance improvements by removing unnecessary copies 2 months ago
chars_test.go Avoid unconditionally storsing input as runes 7 years ago
eventbox.go Ignore EvtReadNew if EvtReadFin is already set 7 years ago
eventbox_test.go test(eventbox): remove obsolete EvtClose const (#3059) 2 years ago
slab.go Revise ranking algorithm 8 years ago
util.go Export $FZF_KEY environment variable to child processes 2 months ago
util_test.go Handle ambiguous emoji width 4 months ago
util_unix.go become: Set stdin to /dev/tty 1 year ago
util_windows.go become: Set stdin to /dev/tty 1 year ago