citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit a398972e6b9d5e7e2151d9409f17beb972e61e2e
parent 7c5a4419f4100bb02407b47c2bfcbdc6580d478b
Author: kyle <kyle@0x30.net>
Date:   Sat, 21 Jan 2017 13:59:39 -0700

gl: tweak manual wording

Diffstat:
Mcitrun_gl.1 | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/citrun_gl.1 b/citrun_gl.1 @@ -18,21 +18,21 @@ .Os .Sh NAME .Nm citrun_gl -.Nd see your source code run +.Nd see code run .Sh DESCRIPTION The .Nm -utility shows any executing (or executed) programs built with +utility shows any programs built with .Xr citrun_wrap 1 . .Pp Every time a program built with .Xr citrun_wrap 1 -is executed a new unique file is created that +is executed .Nm -reads and displays. +detects and displays it. .Pp -Any currently running programs are shown as such with animations indicating -which lines are executing. +Any running programs are shown as such with animations indicating +executing lines. Programs that have exited already show the hottest code paths taken during application lifetime. .Pp