Stxxl
1.4.0
|
#include <iostream>
#include <cstdio>
#include <cmath>
#include <stxxl/bits/verbose.h>
#include <stxxl/bits/common/log.h>
#include <stxxl/bits/common/timer.h>
#include <stxxl/bits/msvc_compatibility.h>
Go to the source code of this file.
Namespaces | |
namespace | stxxl |
| |
Defines | |
#define | STXXL_THREAD_ID pthread_self() |
Functions | |
void | stxxl::print_msg (const char *label, const std::string &msg, unsigned flags) |
Variables | |
static const double | stxxl::program_start_time_stamp = timestamp() |
#define STXXL_THREAD_ID pthread_self() |
Definition at line 26 of file verbose.cpp.
Referenced by stxxl::print_msg().