diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/model.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/model.cc b/src/core/model.cc index df6e563..686cbfd 100644 --- a/src/core/model.cc +++ b/src/core/model.cc @@ -628,5 +628,7 @@ void Model::list() << (*mit).second->model_light.size() << " lights\n"; } con_print << registry.size() << " registered models" << std::endl; + con_print << "vertex/evertex array usage " << (VertexArray::vertex_index * 100) / VERTEXARRAYSIZE << "%/" << + (VertexArray::evertex_index * 100) / VERTEXARRAYSIZE << "%\n"; } } |