mirror of
https://github.com/GorgonMeducer/perf_counter.git
synced 2025-01-17 19:13:03 +08:00
minor update
This commit is contained in:
parent
ad1087a429
commit
111437cd5f
@ -1,9 +1,9 @@
|
||||
# perf_counter (v1.9.5)
|
||||
# perf_counter (v1.9.5a)
|
||||
A dedicated performance counter for Cortex-M Systick. It shares the SysTick with users' original SysTick function(s) without interfering with it. This library will bring new functionalities, such as performance counter,` delay_us` and `clock()` service defined in `time.h`.
|
||||
|
||||
|
||||
|
||||
### **Features:**
|
||||
### Features:
|
||||
|
||||
- **Measure CPU cycles for specified code segment**
|
||||
- **[NEW] Enhanced measurement services for RTOS**
|
||||
|
@ -87,7 +87,7 @@ $(document).ready(function(){initNavTree('md__r_e_a_d_m_e.html',''); initResizab
|
||||
<div class="contents">
|
||||
<div class="textblock"><p >A dedicated performance counter for Cortex-M Systick. It shares the SysTick with users' original SysTick function(s) without interfering with it. This library will bring new functionalities, such as performance counter,<code>delay_us</code> and <code>clock()</code> service defined in <code>time.h</code>.</p>
|
||||
<h2><a class="anchor" id="autotoc_md1"></a>
|
||||
<strong>Features:</strong></h2>
|
||||
Features:</h2>
|
||||
<ul>
|
||||
<li><b>Measure CPU cycles for specified code segment</b></li>
|
||||
<li><b>[NEW] Enhanced measurement services for RTOS</b><ul>
|
||||
|
@ -27,7 +27,7 @@ var NAVTREE =
|
||||
[ "perf_counter", "index.html", [
|
||||
[ "perf_counter (v1.9.5)", "md__r_e_a_d_m_e.html", [
|
||||
[ "1. How To Use", "md__r_e_a_d_m_e.html#autotoc_md2", [
|
||||
[ "<strong>Features:</strong>", "md__r_e_a_d_m_e.html#autotoc_md1", null ],
|
||||
[ "Features:", "md__r_e_a_d_m_e.html#autotoc_md1", null ],
|
||||
[ "1.1 Measure CPU cycles for specified code segment", "md__r_e_a_d_m_e.html#autotoc_md3", [
|
||||
[ "<strong>Example 1:</strong> Simple measurement with printf", "md__r_e_a_d_m_e.html#autotoc_md4", null ],
|
||||
[ "<strong>Example 2:</strong> Read measured result via <tt>__cycle_counter__</tt>", "md__r_e_a_d_m_e.html#autotoc_md5", null ]
|
||||
|
@ -1,4 +1,4 @@
|
||||
A dedicated performance counter for Cortex-\/M Systick. It shares the Sys\+Tick with users\textquotesingle{} original Sys\+Tick function(s) without interfering with it. This library will bring new functionalities, such as performance counter,{\ttfamily delay\+\_\+us} and {\ttfamily clock()} service defined in {\ttfamily time.\+h}.\hypertarget{md__r_e_a_d_m_e_autotoc_md1}{}\doxysubsection{$<$strong$>$\+Features\+:$<$/strong$>$}\label{md__r_e_a_d_m_e_autotoc_md1}
|
||||
A dedicated performance counter for Cortex-\/M Systick. It shares the Sys\+Tick with users\textquotesingle{} original Sys\+Tick function(s) without interfering with it. This library will bring new functionalities, such as performance counter,{\ttfamily delay\+\_\+us} and {\ttfamily clock()} service defined in {\ttfamily time.\+h}.\hypertarget{md__r_e_a_d_m_e_autotoc_md1}{}\doxysubsection{Features\+:}\label{md__r_e_a_d_m_e_autotoc_md1}
|
||||
|
||||
\begin{DoxyItemize}
|
||||
\item {\bfseries{Measure CPU cycles for specified code segment}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user