ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
FPE Monitoring Plugin

Detailed Description

Classes

class  ActsPlugins::FpeMonitor
 Monitor for floating-point exceptions with stack trace capture. More...

Enumerations

enum class  ActsPlugins::FpeType : std::uint32_t {
  INTDIV = FPE_INTDIV , INTOVF = FPE_INTOVF , FLTDIV = FPE_FLTDIV , FLTOVF = FPE_FLTOVF ,
  FLTUND = FPE_FLTUND , FLTRES = FPE_FLTRES , FLTINV = FPE_FLTINV , FLTSUB = FPE_FLTSUB
}
 Floating-point exception types.

Functions

std::ostream & ActsPlugins::operator<< (std::ostream &os, FpeType type)
 Output stream operator for FpeType.

Function Documentation

◆ operator<<()

std::ostream & ActsPlugins::operator<< ( std::ostream & os,
FpeType type )

Output stream operator for FpeType.

Parameters
osThe output stream
typeThe FPE type to output
Returns
The output stream