We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d47da3d commit b12ce7fCopy full SHA for b12ce7f
1 file changed
Inc/HALAL/Services/DataWatchpointTrace/DataWatchpointTrace.hpp
@@ -14,7 +14,12 @@
14
#define DWT_LAR_KEY 0xC5ACCE55
15
#define DEMCR_TRCENA 0x01000000
16
#define DWT_CTRL_CYCCNTENA 0x00000001
17
-
+/*
18
+ This class is designed to study the efficiency of an algorithm
19
+ by counting the number of clock cycles required for execution.
20
+ It provides a more predictable and reliable method for measuring
21
+ performance compared to using time-based measurements.
22
+*/
23
class DataWatchpointTrace {
24
public:
25
static void start() {
0 commit comments