| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |

An instance of this class gives access to the OPL profiling information.
Pass an object of this class to the IloOplSettings instance to activate the profiling feature.
See Also:
| Method Summary | |
|---|---|
public void | end() |
public | IloOplProfiler(IloEnv env) |
public | IloOplProfiler(IloEnv env, std::ostream & traceStream) |
public void | printReport(std::ostream & os) |
| Method Detail |
|---|
This is the constructor for the default profiler.
This is the constructor for the default profiler with real-time tracing enabled.
Real-time tracing is useful for debugging purposes. It helps you find the OPL processing activity that caused a crash.
| env |
The IloEnv object to allocate memory from.
|
| traceStream |
A stream object to print profiling events as the are raised.
|
Clears the memory used by this object
This member function prints the profiling information. Call this method after all OPL activities are done.
| os |
The output stream.
|