Skip to content

Commit c9c3fa4

Browse files
authored
added to a new folder so we can difference it from model and services, also added a way to use comment
1 parent b12ce7f commit c9c3fa4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Inc/HALAL/Services/DataWatchpointTrace/DataWatchpointTrace.hpp renamed to Inc/HALAL/Benchmarking_toolkit/DataWatchpointTrace/DataWatchpointTrace.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
It provides a more predictable and reliable method for measuring
2121
performance compared to using time-based measurements.
2222
*/
23+
/*
24+
To use this class you should use:
25+
- start_count() -> and store in a variable the CYCCNT (this should be really close to zero)
26+
- stop_count() -> and store in a variable the actual CYCCNT.
27+
The difference will be the number of clock cycles done in the algorithm
28+
*/
2329
class DataWatchpointTrace {
2430
public:
2531
static void start() {

0 commit comments

Comments
 (0)