citrun

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

citrun_gl.1 (1525B)


      1 .\"
      2 .\" Copyright (c) 2016 Kyle Milz <kyle@0x30.net>
      3 .\"
      4 .\" Permission to use, copy, modify, and distribute this software for any
      5 .\" purpose with or without fee is hereby granted, provided that the above
      6 .\" copyright notice and this permission notice appear in all copies.
      7 .\"
      8 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
      9 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
     10 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
     11 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
     12 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
     13 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
     14 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
     15 .\"
     16 .Dd $Mdocdate: April 9 2016 $
     17 .Dt CITRUN_GL 1
     18 .Os
     19 .Sh NAME
     20 .Nm citrun_gl
     21 .Nd see code run
     22 .Sh DESCRIPTION
     23 The
     24 .Nm
     25 utility shows any programs built with
     26 .Xr citrun_wrap 1 .
     27 .Pp
     28 Every time a program built with
     29 .Xr citrun_wrap 1
     30 is executed
     31 .Nm
     32 detects and displays it.
     33 .Pp
     34 Any running programs are shown as such with animations indicating
     35 executing lines.
     36 Programs that have exited already show the hottest code paths taken during
     37 application lifetime.
     38 .Pp
     39 The viewer is keyboard driven with the following keys being recognized:
     40 .Bl -tag -width Ds
     41 .It q
     42 Quit application.
     43 .It -
     44 Zoom out.
     45 .It =
     46 Zoom in.
     47 .It h
     48 Move left.
     49 .It j
     50 Move down.
     51 .It k
     52 Move up
     53 .It l
     54 Move right.
     55 .El
     56 .Sh EXIT STATUS
     57 .Ex -std
     58 .Sh SEE ALSO
     59 .Xr citrun_wrap 1