Unravel Engine C++ Reference
Loading...
Searching...
No Matches
file_benchmarks.h
Go to the documentation of this file.
1#pragma once
2
3#include "filesystem.h"
4#include <iosfwd>
5#include <istream>
6#include <memory>
7#include <string>
8
9namespace fs
10{
11
18void benchmark_directory_reads(const path& directory);
19
20
21} // namespace fs
Definition cache.hpp:11
void benchmark_directory_reads(const path &directory)