OpenEnroth 9cf7432
Loading...
Searching...
No Matches
Functions
EventTraceMigrations.cpp File Reference
#include "EventTraceMigrations.h"
#include <memory>
#include <vector>
#include <unordered_set>
#include <unordered_map>
#include <queue>
#include <utility>
#include "Library/Platform/Interface/PlatformEvents.h"
#include "Utility/MapAccess.h"
#include "EventTrace.h"
#include "PaintEvent.h"

Functions

static std::vector< std::vector< std::unique_ptr< PlatformEvent > > > splitIntoFrames (std::vector< std::unique_ptr< PlatformEvent > > events)
 
static std::vector< std::unique_ptr< PlatformEvent > > mergeFromFrames (std::vector< std::vector< std::unique_ptr< PlatformEvent > > > frames)
 

Function Documentation

◆ mergeFromFrames()

static std::vector< std::unique_ptr< PlatformEvent > > mergeFromFrames ( std::vector< std::vector< std::unique_ptr< PlatformEvent > > >  frames)
static

◆ splitIntoFrames()

static std::vector< std::vector< std::unique_ptr< PlatformEvent > > > splitIntoFrames ( std::vector< std::unique_ptr< PlatformEvent > >  events)
static