SVT svt_transaction_report Class Member List

This is the complete list of members for class svt_transaction_report, including all inherited members.


 svt_transaction_report   function void  clear_summary ( )  Clear the currently stored summary report.  
 svt_transaction_report  protected int  file_impl_display_depth [string] Controls the depth of the implementaion display for the the indicated file group. Defaults to 0, but can be set to include implementation display to any non-negative depth. Updated via set_impl_display_depth
 svt_transaction_report  protected int  file_trace_display_depth [string] Controls the depth of the trace display for the the indicated file group. Defaults to 0, but can be set to include trace display to any non-negative depth. Updated via set_trace_display_depth
 svt_transaction_report   function string  get_filename ( string file_group )  Method to retrieve the filename for the indicated file group. If no filename has been specified for the file group, then the original file_group argument is returned. The filename returned by this method is the filename that will be used to setup the output file when the first call is made to record_xact for the file group.  
 svt_transaction_report  protected svt_transaction_report  group_xact_summary [string] Used to build up additional labeled tabular summaries of transactions as seen by all of the chosen transactors and monitors. This feature uses the svt_transaction :: psdisplay_short method to create this report. These contained transaction report objects are not provided with labels, and are simply used to manage the strings that go with the labels. 
 svt_transaction_report  static protected vmm_log  log = new; Shared log object that can be used for messaging, normally just used for warning/error/fatal messaging.  
 svt_transaction_report   function void  new ( string suite_name = "" )  Creates a new instance of this class.  
 svt_transaction_report  protected int  null_group_impl_display_depth Controls the depth of the implementaion display for the the null group. Defaults to 0, but can be set to include implementation display to any non-negative depth. Updated via set_impl_display_depth
 svt_transaction_report  protected int  null_group_trace_display_depth Controls the depth of the trace display for the the null group. Defaults to 0, but can be set to include trace display to any non-negative depth. Updated via set_trace_display_depth
 svt_transaction_report  protected string  null_group_xact_summary [$] Used to store the tabular summary of null group (i.e., summary_group = "") transactions as seen by all of the chosen transactors and monitors. This feature uses the svt_transaction :: psdisplay_short method to create this report. This is the one summary stored directly in this transaction report instance. Grouped transactions are stored in their own svt_transaction_report objects, inside the grouped_xact_summary array. 
 svt_transaction_report   function string  psdisplay_null_group_summary ( )  Method to rollup the contents of null_group_xact_summary into a single string  
 svt_transaction_report   function string  psdisplay_summary ( )  Return the current report in a string for use by the caller.  
 svt_transaction_report  static  function string  psdisplay_xact ( svt_transaction xact, string reporter, bit with_header )  Create an individual transaction summary, with a header if requested.  
 svt_transaction_report   function string  psdisplay_xact_chan ( vmm_channel chan, string reporter, bit with_header )  Create an transaction summary for a transaction channel.  
 svt_transaction_report   function string  psdisplay_xact_queue ( svt_transaction xacts[$], string reporter, bit with_header )  Create an transaction summary for a queue of transactions.  
 svt_transaction_report   function void  record_message ( string msg, string file_group )  Method to record a message in the file associated with file_group.  
 svt_transaction_report   function void  record_xact ( svt_transaction xact, string reporter, string summary_group = "", string file_group = "", bit runtime_trace_recording = 0 )  Generate the appropriate report data for the provided transaction, placing it in a combined report for later access.  
 svt_transaction_report  protected  function void  record_xact_impl ( svt_transaction xact, string prefix, string reporter, int file, int depth )  Method to record the implementation queue for a transaction  
 svt_transaction_report  protected  function void  record_xact_trace ( svt_transaction xact, string prefix, string reporter, int file, int depth )  Method to record the trace queue for a transaction  
 svt_transaction_report   function bit  set_filename ( string file_group, string filename )  Method to set the filename for the indicated file group. Note that if the file has already been opened then the filename will not be associated with the file group.  
 svt_transaction_report   function void  set_impl_display_depth ( int impl_display_depth, string summary_group = "", string file_group = "" )  Controls the implementation display depth for a transaction summary and/or file group.  
 svt_transaction_report   function bit  set_lone_filename ( string filename )  Method which can be used if there is only one file group being handled by the reporter to set the filename associated with that file group. Note that if the file has already been opened then the filename will not be associated with the file group.  
 svt_transaction_report   function void  set_trace_display_depth ( int trace_display_depth, string summary_group = "", string file_group = "" )  Controls the trace display depth for a transaction summary and/or file group.  
 svt_transaction_report   function void  set_trace_header_present ( string file_group, bit trace_header_present_val )  Used to set the trace_header_present value for a file group.  
 svt_transaction_report  protected int  summary_impl_display_depth [string] Controls the depth of the implementaion display for the the indicated summary group. Defaults to 0, but can be set to include implementation display to any non-negative depth. Updated via set_impl_display_depth
 svt_transaction_report  protected int  summary_trace_display_depth [string] Controls the depth of the trace display for the the indicated summary group. Defaults to 0, but can be set to include trace display to any non-negative depth. Updated via set_trace_display_depth
 svt_transaction_report  protected int  trace_file [string] File handles used to create a trace of transactions as seen by all of the chosen transactors and monitors to an individual file. The trace feature uses the svt_transaction :: psdisplay_short method to create the individual trace entries. 
 svt_transaction_report  protected string  trace_filename [string] File names for the trace files, indexed by the group value. If mapping does not exist for a specific group, then the filename defaults to the name of the group. 
 svt_transaction_report  protected bit  trace_header_present [string] Indicates whether the header for the trace is present (1) or absent (0).