project8 / hornet

Hornet is a nearline data processor for the Project 8 experiment
Other
0 stars 0 forks source link

Module Timing #33

Open nsoblath opened 8 years ago

nsoblath commented 8 years ago

Each module of Hornet should time how long it takes to process each file.

The original motivation for this is to measure data transfer rates in the Shipper, but it could be applied to all modules.

nsoblath commented 8 years ago

The main motivation for this was to time file moving. This has now been implemented by itself in mover.go, taking away the main motivating factor. Priority is therefore reduced to low.