rust-digger icon indicating copy to clipboard operation
rust-digger copied to clipboard

Measure elapsed time

Open szabgab opened this issue 2 months ago • 0 comments

Have some tool that can wrap function calls that will do the following:

When the process starts writes the name and current time in some file If and when the process ends write the name and the current time again indicating that this is the end time.

Then we need another tool that can list all the functions, when they were ran last time. If they have finished or still running (though lack of end-time might indicate that the process crashed)

szabgab avatar Apr 23 '24 13:04 szabgab