Ion
|
#include "ion/analytics/gpuperformance.h"
#include <algorithm>
#include <iomanip>
#include <limits>
#include "ion/gfx/attribute.h"
#include "ion/gfx/bufferobject.h"
#include "ion/gfx/indexbuffer.h"
#include "ion/gfx/shape.h"
#include "ion/gfx/statetable.h"
#include "ion/gfx/tracecallextractor.h"
#include "ion/math/range.h"
#include "ion/math/vector.h"
#include "ion/port/timer.h"
Go to the source code of this file.
Namespaces | |
ion | |
Copyright 2016 Google Inc. | |
ion::analytics | |
size_t draw_count |
Definition at line 365 of file gpuperformance.cc.
size_t line_count |
Definition at line 367 of file gpuperformance.cc.
size_t node_count |
Definition at line 363 of file gpuperformance.cc.
size_t point_count |
Definition at line 368 of file gpuperformance.cc.
size_t shape_count |
Definition at line 364 of file gpuperformance.cc.
size_t triangle_count |
Definition at line 366 of file gpuperformance.cc.
size_t vertex_count |
Definition at line 369 of file gpuperformance.cc.