Add convex hull algorithm-based synchronization
authorBenjamin Poirier <benjamin.poirier@polymtl.ca>
Fri, 14 Aug 2009 19:54:45 +0000 (15:54 -0400)
committerBenjamin Poirier <benjamin.poirier@polymtl.ca>
Fri, 18 Dec 2009 19:03:24 +0000 (14:03 -0500)
commit08365995afd45ea5f6f62f5d8fbc90961de5eacf
tree7c26b23c4dddbc922bc837cf1cfb265f651a03d9
parent85c9417b6ebc1e1cd25d479389c91926eb6948dc
Add convex hull algorithm-based synchronization

This analysis module implements an algorithm that provides a garantee that the
synchronization will not result in inverted messages. It is now the default
algorithm, over linear regression.

Signed-off-by: Benjamin Poirier <benjamin.poirier@polymtl.ca>
16 files changed:
lttv/lttv/Makefile.am
lttv/lttv/sync/data_structures_tcp.c
lttv/lttv/sync/event_analysis.h
lttv/lttv/sync/event_analysis_chull.c [new file with mode: 0644]
lttv/lttv/sync/event_analysis_chull.h [new file with mode: 0644]
lttv/lttv/sync/event_analysis_linreg.c
lttv/lttv/sync/event_matching.h
lttv/lttv/sync/event_matching_tcp.c
lttv/lttv/sync/event_matching_tcp.h
lttv/lttv/sync/event_processing.h
lttv/lttv/sync/event_processing_lttv_common.c
lttv/lttv/sync/event_processing_lttv_common.h
lttv/lttv/sync/event_processing_lttv_null.c
lttv/lttv/sync/event_processing_lttv_standard.c
lttv/lttv/sync/sync_chain.c
lttv/lttv/sync/sync_chain.h
This page took 0.024851 seconds and 4 git commands to generate.