![]() |
CernVM-FS
2.12.0
|
#include <algorithm>
#include <cassert>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "util/algorithm.h"
#include "util/string.h"
Go to the source code of this file.
Namespaces | |
anonymous_namespace{algorithm.cc} | |
Macros | |
#define | __STDC_FORMAT_MACROS |
Functions | |
double | DiffTimeSeconds (struct timeval start, struct timeval end) |
static unsigned int | anonymous_namespace{algorithm.cc}::CountDigits (uint64_t n) |
static std::string | anonymous_namespace{algorithm.cc}::GenerateStars (unsigned int n) |
#define __STDC_FORMAT_MACROS |
This file is part of the CernVM File System.
Some common functions.
Definition at line 9 of file algorithm.cc.
double DiffTimeSeconds | ( | struct timeval | start, |
struct timeval | end | ||
) |
This file is part of the CernVM File System.
Definition at line 31 of file algorithm.cc.
Referenced by StopWatch::GetTime(), download::DownloadManager::MainDownload(), and download::DownloadManager::ProbeHosts().