More work on PerformanceHelper

Getting first version to run and produce output
This commit is contained in:
Alexander Bock
2016-06-06 07:00:36 +02:00
parent ff0b916b90
commit 55bd1341e6
6 changed files with 203 additions and 124 deletions

View File

@@ -29,8 +29,9 @@
namespace openspace {
namespace performance {
PerformanceLayout::PerformanceLayout(int32_t nEntries)
: nEntries(nEntries)
PerformanceLayout::PerformanceLayout()
: nScaleGraphEntries(0)
, nFunctionEntries(0)
{
std::memset(
sceneGraphEntries,