I need a benchmark to test the performance of p1010rdb

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

I need a benchmark to test the performance of p1010rdb

跳至解决方案
658 次查看
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.

标签 (1)
0 项奖励
1 解答
437 次查看
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!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

2 回复数
438 次查看
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!
-----------------------------------------------------------------------------------------------------------------------

437 次查看
tcguchengjie
Contributor II

Thank you very much for your help.

0 项奖励