citrun

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

index.html (1796B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 	<meta charset='UTF-8'/>
      5 	<meta name="viewport" content="width=device-width" />
      6 	<meta name="description" content="Watch source code run." />
      7 
      8 	<title>C It Run</title>
      9 	<link rel="stylesheet" type="text/css" href="/citrun.css" />
     10 </head>
     11 
     12 <body>
     13 	<pre>
     14 ░█▀▀░░░▀█▀░▀█▀░░░█▀▄░█░█░█▀█
     15 ░█░░░░░░█░░░█░░░░█▀▄░█░█░█░█
     16 ░▀▀▀░░░▀▀▀░░▀░░░░▀░▀░▀▀▀░▀░▀
     17 	</pre>
     18 	<hr />
     19 
     20 	<p><b>C It Run</b> lets you watch code execute. It tries to help
     21 	programmers get an intuitive feel for their programs.
     22 	</p>
     23 	<p>The main advantages to <b>C It Run</b> are that hot execution paths
     24 	can be easily identified and that execution flow can be summarized at a
     25 	glance.
     26 	<p>
     27 	<img src="citrun_term.png" alt="screenshot of citrun_term"
     28 		width="100%" height="auto" />
     29 	<p> The C/C++ programming languages are supported.
     30 	</p>
     31 
     32 	<h2>Getting Source</h2>
     33 	<ul>
     34 		<li>Tarball <a href="/citrun-9999.tar.gz">citrun-9999.tar.gz</a> </li>
     35 		<li>Zip file <a href="/citrun-9999.zip">citrun-9999.zip</a> </li>
     36 		<li>Git
     37 			<a href="http://git.0x30.net/citrun">http://git.0x30.net/citrun</a>
     38 		</li>
     39 	</ul>
     40 
     41 	<h2>User Manuals</h2>
     42 	<p>A manual is provided for each included executable:
     43 	</p>
     44 	<ul>
     45 		<li><a href="man/citrun_wrap.1.html">citrun_wrap(1)</a>
     46 		<li><a href="man/citrun_report.1.html">citrun_report(1)</a>
     47 		<li><a href="man/citrun_gl.1.html">citrun_gl(1)</a>
     48 		<li><a href="man/citrun_inst.1.html">citrun_inst(1)</a>
     49 	</ul>
     50 
     51 	<h2>Development Status</h2>
     52 	<p> The following reports are available: </p>
     53 	<ul>
     54 		<li> <a href="/gcov">Code coverage</a> </li>
     55 		<li> <a href="/analysis">Static analysis</a> </li>
     56 	</ul>
     57 </body>
     58 </html>