micro/cmd/micro
Dmitry Maluka e31f5ed26e
Add -profile flag for CPU profiling (#2715)
There is already a commented-out code in main() for enabling CPU
profiling of micro, which is often useful. Adjust it to allow enabling
it just by providing -profile flag on the command line, without
modifying and recompiling the code.
2023-01-29 18:10:57 -08:00
..
clean.go Ignore tool files 2021-08-21 18:07:43 -04:00
debug.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
initlua.go Fix softwrap scrolling issues (#1981) 2021-04-07 16:18:51 -04:00
micro.go Add -profile flag for CPU profiling (#2715) 2023-01-29 18:10:57 -08:00
micro_test.go delete minor unreachable code caused by log.Fatal (#2507) 2022-07-24 13:56:02 -07:00