12#ifndef __MLPACK_CORE_UTIL_BACKTRACE_HPP
13#define __MLPACK_CORE_UTIL_BACKTRACE_HPP
74 static void GetAddress(
int maxDepth);
81 static void DecodeAddress(
long address);
84 static void DemangleFunction();
96 static std::vector<Frames> stack;
Backtrace()
Constructor initialize fields and call GetAddress to retrieve addresses for each frame of backtrace.
std::string ToString()
Returns string of backtrace.
Linear algebra utility functions, generally performed on matrices or vectors.