Skip to content

Commit b12ce7f

Browse files
authored
add a brief description
1 parent d47da3d commit b12ce7f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Inc/HALAL/Services/DataWatchpointTrace/DataWatchpointTrace.hpp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@
1414
#define DWT_LAR_KEY 0xC5ACCE55
1515
#define DEMCR_TRCENA 0x01000000
1616
#define DWT_CTRL_CYCCNTENA 0x00000001
17-
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+
*/
1823
class DataWatchpointTrace {
1924
public:
2025
static void start() {

0 commit comments

Comments
 (0)