Dagger.jl icon indicating copy to clipboard operation
Dagger.jl copied to clipboard

Add standalone events for scheduler decision logging

Open jpsamaroo opened this issue 4 years ago • 0 comments

In order to make it easier to test the correctness of the scheduler, we want to log scheduler decisions, including any relevant context that the scheduler may have used to make the decision. Since many such decisions are made very quickly the start-finish timespans that the logging system uses are somewhat redundant. We can thus add a new kind of event, :instant, which are unpaired events.

jpsamaroo avatar Oct 17 '21 17:10 jpsamaroo