winIDEA SDK
|
This is abstract base class for profiler export format containers.
Expand inheritance diagram below and click derived classes to see formatting options for each of available formats.
#include <CProfilerController2.h>
Public Types | |
enum | EExportFormat { EFmtXML , EFmtText1 , EFmtBTF , EFmtMDF , EFmtHTML } |
This enum defines available export format for profiler measurements. More... | |
Public Member Functions | |
EExportFormat | getExportFormat () const |
Returns profiler export format. | |
std::string | getExportFormatAsStr () const |
Returns string containing export format, which can be used for setting of option '/Document/<file name>/ProfilerExport.Scope.Type'. More... | |
virtual void | setOptions (CIDEController &ide, const std::string &docFileName) |
Sets export configuration options in winIDEA. | |
std::string isys::CProfilerFormatBase::getExportFormatAsStr | ( | ) | const |
Returns string containing export format, which can be used for setting of option '/Document/<file name>/ProfilerExport.Scope.Type'.