nngn
Loading...
Searching...
No Matches
stats.h
Go to the documentation of this file.
1#ifndef NNGN_GRAPHICS_STATS_H
2#define NNGN_GRAPHICS_STATS_H
3
4#include <cstdint>
5
6#include "utils/def.h"
7
8namespace nngn {
9
10struct GraphicsStats {
11 struct Staging {
12 struct {
15 } req;
18 } staging;
19 struct Buffers {
22 } buffers;
23};
24
25}
26
27#endif
Definition: audio.cpp:7
std::uint32_t u32
Definition: def.h:14
std::uint64_t u64
Definition: def.h:15
u64 total_writes_bytes
Definition: stats.h:21
u32 n_writes
Definition: stats.h:20
struct nngn::GraphicsStats::Staging::@10 req
u32 n_reused
Definition: stats.h:16
u32 n_allocations
Definition: stats.h:13
u64 total_memory
Definition: stats.h:14
u32 n_free
Definition: stats.h:16
struct nngn::GraphicsStats::Staging staging
struct nngn::GraphicsStats::Buffers buffers