I need a benchmark to test the performance of p1010rdb

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I need a benchmark to test the performance of p1010rdb

Jump to solution
616 Views
tcguchengjie
Contributor II

Hello, I have a p1010rdb. Now I want to test its  basic performance, like interrupt latency, context switch time, etc. Anyone knows if such a benchmark exists? Thanks in advance for any help.

Labels (1)
0 Kudos
1 Solution
395 Views
bpe
NXP Employee
NXP Employee

For generic performance test, refer to Freescale benchmark reproducibility

guides:

http://www.freescale.com/infocenter/topic/QORIQSDK/5074419.html

Visit the links below to get some ideas about interrupt latency and

scheduler-related latency measurements in Linux:

http://stackoverflow.com/questions/15383259/are-there-any-kernel-tools-available-to-measure-interrup...

http://elinux.org/Realtime_Testing_Best_Practices

http://elinux.org/images/8/8e/Real-time_Measurement-ELC2010-final.pdf

https://github.com/tsuna/contextswitch

http://stackoverflow.com/questions/2368384/write-a-c-program-to-measure-time-spent-in-context-switch...


Have a great day,
Platon

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

2 Replies
396 Views
bpe
NXP Employee
NXP Employee

For generic performance test, refer to Freescale benchmark reproducibility

guides:

http://www.freescale.com/infocenter/topic/QORIQSDK/5074419.html

Visit the links below to get some ideas about interrupt latency and

scheduler-related latency measurements in Linux:

http://stackoverflow.com/questions/15383259/are-there-any-kernel-tools-available-to-measure-interrup...

http://elinux.org/Realtime_Testing_Best_Practices

http://elinux.org/images/8/8e/Real-time_Measurement-ELC2010-final.pdf

https://github.com/tsuna/contextswitch

http://stackoverflow.com/questions/2368384/write-a-c-program-to-measure-time-spent-in-context-switch...


Have a great day,
Platon

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

395 Views
tcguchengjie
Contributor II

Thank you very much for your help.

0 Kudos