Wildmeshing Toolkit
Cache.cpp File Reference
#include "Cache.hpp"
#include <chrono>
#include <exception>
#include <fstream>
#include <iostream>
#include <nlohmann/json.hpp>
#include <sstream>
#include <wmtk/io/HDF5Writer.hpp>
#include <wmtk/io/MeshReader.hpp>
#include <wmtk/utils/Logger.hpp>
#include <filesystem>
Include dependency graph for Cache.cpp:

Go to the source code of this file.

Namespaces

 wmtk
 
 wmtk::io
 

Functions

int64_t nanoseconds_timestamp ()
 
std::string number_to_hex (int64_t l)
 

Function Documentation

◆ nanoseconds_timestamp()

int64_t nanoseconds_timestamp ( )

Definition at line 17 of file Cache.cpp.

Referenced by wmtk::io::Cache::create_unique_directory(), and wmtk::io::Cache::create_unique_file().

Here is the caller graph for this function:

◆ number_to_hex()

std::string number_to_hex ( int64_t  l)

Definition at line 24 of file Cache.cpp.

Referenced by wmtk::io::Cache::create_unique_directory(), and wmtk::io::Cache::create_unique_file().

Here is the caller graph for this function: