Skip to content
Snippets Groups Projects
Unverified Commit f4e65ac4 authored by zhenwei pi's avatar zhenwei pi Committed by GitHub
Browse files

tools/funccount: support funccount on specified CPU (#3059)


A typical case of this feature: count timer setting on a x86 server
for each CPU:
 for i in `seq 0 39`;
   do ./funccount.py -i 1 lapic_next_deadline -d 5 -c $i;
 done

Then we can know the timer setting is balanced of not and do some
futher work.

Signed-off-by: default avatarzhenwei pi <pizhenwei@bytedance.com>
parent e73e1f67
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment