#include "proteus/Error.h"
#include "proteus/impl/Logger.h"
#include "proteus/impl/TimeTracing.h"
#include <llvm/ADT/Twine.h>
#include <llvm/Support/SourceMgr.h>
#include <atomic>
#include <filesystem>
#include <string>
Go to the source code of this file.
◆ getDistributedRank()
| std::string getDistributedRank |
( |
| ) |
|
|
inline |
◆ saveToFile()
template<typename T >
| void saveToFile |
( |
llvm::StringRef |
Filepath, |
|
|
T && |
Data |
|
) |
| |
|
inline |
◆ saveToFileAtomic()
template<typename T >
| void saveToFileAtomic |
( |
llvm::StringRef |
Filepath, |
|
|
T && |
Data |
|
) |
| |