mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-25 21:48:41 -06:00
More work on PerformanceHelper
Getting first version to run and produce output
This commit is contained in:
@@ -29,8 +29,9 @@
|
||||
namespace openspace {
|
||||
namespace performance {
|
||||
|
||||
PerformanceLayout::PerformanceLayout(int32_t nEntries)
|
||||
: nEntries(nEntries)
|
||||
PerformanceLayout::PerformanceLayout()
|
||||
: nScaleGraphEntries(0)
|
||||
, nFunctionEntries(0)
|
||||
{
|
||||
std::memset(
|
||||
sceneGraphEntries,
|
||||
|
||||
Reference in New Issue
Block a user