citrun

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

commit 77cf49e7056c60afbb4562c94cc2a62e1d0bf4c4
parent cedc12d3a1e666b2a8ee5ea7b8cd70335caa0c95
Author: Kyle Milz <milz@imac.0x30.net>
Date:   Thu,  4 Mar 2021 01:13:24 -0800

tt: add notes

Diffstat:
Att/e2e.txt | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/tt/e2e.txt b/tt/e2e.txt @@ -0,0 +1,19 @@ +Need to build twice and compare: +- binary sizes +- object file sizes +- ./configure logs +- test output +- build log +- execution speed + +Each build needs: +- configure step +- build step +- test step + +Execution speed: +- in testsuite +- in synthetic benchmarks + +Final End to End Report: +- charts comparing instrumented/non instrumented