new-exception-histogram ["name"] ([ processors ... ] | list of processors) [parent] [-connect-all] ["group"]
Creates a new exception_histogram object which can be connected to processors which support instrumentation. This tool can be used to get a histogram of the taken exceptions.
The optional name argument can be used to set a name of the created object. If no name is given, a default name ehist followed by a sequence number is generated (ehist0, ehist1,...).
The optional processors argument, supports connecting one or several processors directly. With the optional parent argument a hierarchical object can be specified and all processors below this object matching the provider requirements will be connected to the tool. The -connect-all flag can be given to add a connection to all supported processors in the configuration.
The optional argument group let a user specify a named instrumentation group to use for the connection. (See add-instrumentation-group
for details on named groups.)
exception-histogram