performancecopilot / speed

A Go implementation of the PCP instrumentation API
MIT License
37 stars 6 forks source link

add elapsed type support #22

Closed suyash closed 8 years ago

suyash commented 8 years ago

mmv_set_value https://github.com/performancecopilot/pcp/blob/master/src/libpcp_mmv/src/mmv_stats.c#L919-L922

mmv_inc_value https://github.com/performancecopilot/pcp/blob/master/src/libpcp_mmv/src/mmv_stats.c#L869-L876

mmv_stats_interval_start and mmv_stats_interval_end https://github.com/performancecopilot/pcp/blob/master/src/libpcp_mmv/src/mmv_stats.c#L1018-L1042

suyash commented 8 years ago

example 1: mmv2_genstats.c https://github.com/performancecopilot/pcp/blob/master/qa/src/mmv2_genstats.c

suyash commented 8 years ago

implemented as Timer in #23