citrun

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

commit f8bcb43e69c4afcf26686271dfecd343abf59840
parent 7cb90904b5a58302bafbe8d2957a4217bb827f87
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat,  2 Jul 2016 15:22:28 -0600

lib: fixup comment

Diffstat:
Mlib/runtime.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/runtime.c b/lib/runtime.c @@ -109,9 +109,10 @@ xwrite(int d, const void *buf, size_t bytes_total) /* * Send static information contained in each instrumented node. - * Sent fields: + * Sent program wide values: * - total number of translation units * - process id, parent process id, group process id + * Sent for each instrumented translation unit: * - length of the original source file name * - source file name * - size of the execution counters