citrun

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

commit a59884cda6af7cb58ac70321fb723149e51785a7
parent 8218976ef6da984596ba439c5f8ab9a610ed4e03
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon, 11 Jul 2016 21:46:58 -0600

www: add rationale

Diffstat:
Mwww/index.html | 12++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/www/index.html b/www/index.html @@ -20,8 +20,16 @@ <a href="http://www.0x30.net">home</a> </div> - <p><b>C It Run</b> is a set of tools to watch source code execute. - It supports the C/C++ programming languages on Unix like systems. + <p><b>C It Run</b> lets you watch code execute. It attempts to give + some sense of what a running program is <i>really doing</i>. + </p> + <p>It is intended to help programmers get an intuitive feel for their + programs. It associates visual patterns with execution paths, shows + pauses in execution, and shows hot execution paths. + </p> + <p><b>C It Run</b> instruments source code using source to source + transformation. A wrapper for build systems and an OpenGL viewer are + included. </p> <h2>Packages</h2>