X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_analysis_eval.h;h=b02c77212e42b0436d0f49b1beae6ab9c8c8776c;hb=e96ed88f09628976d17fa4820b1d6deaf6cedf4a;hp=d30fb1ef59883bad4d5b8789844909b1bba316dc;hpb=f109919bd6649a6e21a0719a174b5efabd989225;p=lttv.git diff --git a/lttv/lttv/sync/event_analysis_eval.h b/lttv/lttv/sync/event_analysis_eval.h index d30fb1ef..b02c7721 100644 --- a/lttv/lttv/sync/event_analysis_eval.h +++ b/lttv/lttv/sync/event_analysis_eval.h @@ -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;