espressif / idf-extra-components

Additional components for ESP-IDF, maintained by Espressif
152 stars 93 forks source link

cache compensated timer for measuring performance metric #173

Closed suda-morris closed 1 year ago

suda-morris commented 1 year ago

Play around with git filter-repo, I managed to keep the git history.

This ccomp_timer was previously located in the esp-idf's tools folder. We found it can be useful for other components' performance tests, so decide to push it to the component registry.

CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: suda-morris
:x: renzbagaporo
You have signed the CLA already but the status is still pending? Let us recheck it.

igrr commented 1 year ago

@suda-morris do you think we could squash some of the commits here? A lot of these seem to be "change something unrelated to ccomp_timer and oh by the way also something about ccomp_timer". Perhaps we can keep the original commits from Renz for attribution and then squash most of the remaining ones? (Can keep commit IDs as part of the squashed commit message, just in case...)

suda-morris commented 1 year ago

I squashed the origin commits, this time the commit history looks clean. PTAL @igrr @tore-espressif @ESP-Marius