Pretty-print a Snapshot object to the standard output.

Namespace: StreamBase.SB.Monitor
Assembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void PrettyPrint(
	bool do_sys,
	bool do_op,
	bool do_thr,
	bool do_tuples
)
Public Sub PrettyPrint ( _
	do_sys As Boolean, _
	do_op As Boolean, _
	do_thr As Boolean, _
	do_tuples As Boolean _
)
public:
void PrettyPrint(
	bool do_sys, 
	bool do_op, 
	bool do_thr, 
	bool do_tuples
)

Parameters

do_sys
Boolean
whether to print SystemInfo
do_op
Boolean
whether to print OperatorInfos
do_thr
Boolean
whether to print ThreadInfos
do_tuples
Boolean
whether to print individual StatTuples

See Also