mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
test-signal: print signals per activation in stress test
This commit is contained in:
parent
7e23b704f0
commit
87ea807136
@ -236,6 +236,8 @@ struct Stress_test : Signal_test
|
||||
log("");
|
||||
log("sender submitted a total of ", sender.submit_cnt(), " signals");
|
||||
log("handler received a total of ", handler.receive_cnt(), " signals");
|
||||
log("handler was activated ", handler.activation_cnt(), " times (",
|
||||
handler.receive_cnt()/handler.activation_cnt(), " signals per activation)");
|
||||
log("");
|
||||
log("handler received ", handler.receive_cnt() / DURATION_SEC, " signals per second");
|
||||
log("handler was activated ", handler.activation_cnt() / DURATION_SEC, " times per second");
|
||||
|
Loading…
x
Reference in New Issue
Block a user