mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
profile: support for -profile-no-inline (with it, [inline] fns will not get profiled)
This commit is contained in:
@ -74,7 +74,10 @@ The build flags are shared by the build and run commands:
|
||||
c) an average for each function (i.e. (b) / (a) )
|
||||
d) the function name
|
||||
NB: if you want to output the profile info to stdout, use `-profile -`.
|
||||
|
||||
|
||||
-profile-no-inline
|
||||
Skip [inline] functions when profiling.
|
||||
|
||||
-stats
|
||||
Enable more detailed statistics reporting, while compiling test files.
|
||||
You can use that with `v test` too, for example:
|
||||
|
Reference in New Issue
Block a user