nngn
Loading...
Searching...
No Matches
schedule_test.cpp File Reference
#include <chrono>
#include <cstring>
#include "timing/schedule.h"
#include "timing/timing.h"
#include "utils/scoped.h"
#include "schedule_test.h"
Include dependency graph for schedule_test.cpp:

Functions

static std::vector< std::byte > gen_data (bool *p)
 

Variables

const auto CB = [](void *p) { return **static_cast<bool**>(p) = true; }
 

Function Documentation

◆ gen_data()

static std::vector< std::byte > gen_data ( bool * p)
static
Here is the caller graph for this function:

Variable Documentation

◆ CB

const auto CB = [](void *p) { return **static_cast<bool**>(p) = true; }