Changeset 43d3e73
- Timestamp:
- 02/25/15 17:31:06 (6 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- ddfc46d
- Parents:
- 2adc1d0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-format-parallel-hasher.c
rd994324 r43d3e73 164 164 165 165 // All threads publish to verify the thread count 166 assert(tls->count == 25 || tls->count == 75); 166 167 trace_publish_result(trace, t, (uint64_t) 0, (libtrace_generic_types_t){.sint=tls->count}, RESULT_NORMAL); 167 168 trace_post_reporter(trace); -
tools/tracertstats/output.c
r5d081ff r43d3e73 82 82 free(out->data); 83 83 free(out->labels); 84 free(out->title); 84 85 free(out); 85 86 }
Note: See TracChangeset
for help on using the changeset viewer.