Do not use LttCycleCount elsewhere than in processing_lttv
[lttv.git] / lttv / lttv / sync / event_analysis_eval.h
index d30fb1ef59883bad4d5b8789844909b1bba316dc..b02c77212e42b0436d0f49b1beae6ab9c8c8776c 100644 (file)
@@ -70,9 +70,9 @@ struct Bins
 typedef struct
 {
         /* File pointers to files where "trip times" (message latency) histogram
-         * values are outputted. Each host-pair has two files, one for each
-         * message direction. As for traces, the host with the smallest address
-         * is considered to be the reference for the direction of messages (ie.
+         * values are output. Each host-pair has two files, one for each message
+         * direction. As for traces, the host with the smallest address is
+         * considered to be the reference for the direction of messages (ie.
          * messages from the host with the lowest address to the host with the
          * largest address are "sent"). */
        FILE* ttSendPoints;
@@ -82,7 +82,7 @@ typedef struct
        struct Bins ttRecvBins;
 
        /* File pointers to files where half round trip times (evaluated from
-        * exchanges) histogram values are outputted. */
+        * exchanges) histogram values are output. */
        FILE* hrttPoints;
 
        struct Bins hrttBins;
This page took 0.024735 seconds and 4 git commands to generate.