timemory 3.3.0
Modular C++ Toolkit for Performance Analysis and Logging. Profiling API and Tools for C, C++, CUDA, Fortran, and Python. The C++ template API is essentially a framework to creating tools: it is designed to provide a unifying interface for recording various performance measurements alongside data logging and interfaces to other tools.
md5.cpp File Reference
#include "timemory/macros/os.hpp"
#include "timemory/utility/macros.hpp"
#include "timemory/utility/md5.hpp"
#include <cstdio>
+ Include dependency graph for md5.cpp:

Go to the source code of this file.

Namespaces

namespace  tim
 
namespace  tim::md5
 

Macros

#define TIMEMORY_UTILITY_MD5_CPP_   1
 

Functions

TIMEMORY_UTILITY_INLINE std::ostream & tim::md5::operator<< (std::ostream &out, md5sum md5)
 
TIMEMORY_UTILITY_INLINE std::string tim::md5::compute_md5 (const std::string &inp)
 

Macro Definition Documentation

◆ TIMEMORY_UTILITY_MD5_CPP_

#define TIMEMORY_UTILITY_MD5_CPP_   1

Definition at line 26 of file md5.cpp.