Collects snapshots of layers during frame rasterization.
More...
#include <layer_snapshot_store.h>
Collects snapshots of layers during frame rasterization.
Definition at line 46 of file layer_snapshot_store.h.
◆ Snapshots
◆ LayerSnapshotStore()
flutter::LayerSnapshotStore::LayerSnapshotStore |
( |
| ) |
|
|
default |
◆ ~LayerSnapshotStore()
flutter::LayerSnapshotStore::~LayerSnapshotStore |
( |
| ) |
|
|
default |
◆ Add()
Adds snapshots for a given layer. duration
marks the time taken to rasterize this one layer.
Definition at line 25 of file layer_snapshot_store.cc.
25 {
26 layer_snapshots_.push_back(
data);
27}
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot data
◆ begin()
Snapshots::iterator flutter::LayerSnapshotStore::begin |
( |
| ) |
|
|
inline |
◆ Clear()
void flutter::LayerSnapshotStore::Clear |
( |
| ) |
|
Clears all the stored snapshots.
Definition at line 21 of file layer_snapshot_store.cc.
21 {
22 layer_snapshots_.clear();
23}
◆ end()
Snapshots::iterator flutter::LayerSnapshotStore::end |
( |
| ) |
|
|
inline |
◆ Size()
size_t flutter::LayerSnapshotStore::Size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: