Skip to content

Sherlog16, 32 and 64

Compare
Choose a tag to compare
@milankl milankl released this 15 Nov 15:23
6034942

Contains

  • Sherlog64{T} which behaves like Float64 but logs the arithmetic results into a histogram, where number format T (has to be 16bit) is used for binning
  • Same for Sherlog32{T}, which behaves like Float32 and logs using T
  • Same for Sherlog16{T}, which behaves like number format T and uses it for logging too.
  • reset_logbook(), set_logbook() and return_logbook() to interact with the histogram