Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://coin3d.github.io
https://www.kongsberg.com/en/kogt/
Scene Graph Profiling

Coin includes some scene graph profiling functionality. More...

Classes

class  SoProfiler
 Main static class for initializing the scene graph profiling subsystem. More...
 
class  SoProfilerElement
 The SoProfilerElement element class is for registering statistics during scene graph traversals. More...
 
class  SoProfilerOverlayKit
 The SoProfilerOverlayKit element class is yet to be documented. More...
 
class  SoProfilerStats
 The SoProfilerStats class is a node for exposing profiling results gathered by SoProfilerElement. More...
 
class  SoProfilingReportGenerator
 Convenience report generator functionality. More...
 
class  SoScrollingGraphKit
 The SoScrollingGraphKit element class is yet to be documented. More...
 
class  SoProfilerTopKit
 The SoProfilerTopKit element class is yet to be documented. More...
 
class  SoProfilerVisualizeKit
 The SoProfilerVisualizeKit element class is yet to be documented. More...
 
class  SbProfilingData
 Data structure for gathering scene graph traversal profiling information. More...
 

Detailed Description

Coin includes some scene graph profiling functionality.

This functionality is intended for use during application development for identifying performance bottlenecks in Coin-based applications with regards to how Coin is being used and with regards to problems with how Coin is implemented.

The profiling code can be enabled in existing Coin applications without the need of adding any code by enabling it through the use of some environment variables. For particular profiling needs, the default behaviour you can trigger through environment variables might not work that well (you might have a specialized render pipeline that causes the output to be garbled) or focus on the information you need (the full application might perhaps add noise to the system that Coin won't separate out). In such cases, programmatic access to the profiling subsystem will be necessary to get the better results.

Since
Coin 3.0