Flutter Engine
The Flutter Engine
|
#include "flutter/fml/time/time_point.h"
#include <atomic>
#include "flutter/fml/build_config.h"
#include "flutter/fml/logging.h"
#include <chrono>
Go to the source code of this file.
Namespaces | |
namespace | fml |
Functions | |
template<typename Clock , typename Duration > | |
static int64_t | fml::NanosSinceEpoch (std::chrono::time_point< Clock, Duration > time_point) |