coin_profiler(3) Coin coin_profiler(3)

coin_profiler - Scene Graph Profiling


- Coin includes some scene graph profiling functionality.


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

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

Generated automatically by Doxygen for Coin from the source code.

Tue Dec 26 2023 17:59:22 Version 4.0.2