cu29

Module monitoring

Source
Expand description

Some basic internal monitoring tooling Copper uses to monitor itself and the tasks it is running.

Structs§

  • A simple allocator that counts the number of bytes allocated and deallocated.
  • A Specialized statistics object for CuDuration. It will also keep track of the jitter between the values.
  • Accumulative stat object that can give your some real time statistics.
  • A do nothing monitor if no monitor is provided. This is basically defining the default behavior of Copper in case of error.
  • A simple struct that counts the number of bytes allocated and deallocated in a scope.

Enums§

Statics§

Traits§

  • Trait to implement a monitoring task.