Skip to content

The results are not stable when using sel4bench. #37

@zqyzsj

Description

@zqyzsj

I currently use the seL4bench to test some benchmarks. I use a for loop to evaluate the performance of my benchmark, and the results show that the performance of the first loop is 20 times slower than the next loops, and the next loops are steady. The following are the APIs I used in my experiment.

seL4_BenchmarkResetThreadUtilisation(simple_get_tcb(&env.simple)); 
 seL4_BenchmarkResetLog();
 test_suits();
 seL4_BenchmarkFinalizeLog();
 seL4_BenchmarkGetThreadUtilisation(simple_get_tcb(&env.simple))

And the following are the evaluation results.
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions