We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12ce7f commit c9c3fa4Copy full SHA for c9c3fa4
1 file changed
…aWatchpointTrace/DataWatchpointTrace.hpp …aWatchpointTrace/DataWatchpointTrace.hppInc/HALAL/Services/DataWatchpointTrace/DataWatchpointTrace.hpp renamed to Inc/HALAL/Benchmarking_toolkit/DataWatchpointTrace/DataWatchpointTrace.hpp
@@ -20,6 +20,12 @@
20
It provides a more predictable and reliable method for measuring
21
performance compared to using time-based measurements.
22
*/
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
+*/
29
class DataWatchpointTrace {
30
public:
31
static void start() {
0 commit comments