#include <BufStream.H>
#include <iomanip>
#include <Basics.H>
#include "VestaSource.H"
#include <VestaConfig.H>
#include "logging.H"
#include "timing.H"
#include <assert.h>
#include <pthread.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
Go to the source code of this file.
Defines | |
#define | USECS_PER_SEC 1000000 |
Functions | |
void | timing_start_call (unsigned int proc) |
void | timing_dupe_status (int new_call) |
void | timing_record_time_point (const char *file, unsigned int line) |
void | timing_end_call (struct timeval *delta_time) |
int | timing_in_call () |
void | timing_control (bool enable) |
void | timing_record_LongId (const LongId &lid) |
void | Timing_Recorder_exit_cleanup () throw () |
void | Timing_Recorder_exit_cleanup_setup () throw () |
Variables | |
Basics::mutex | popen_mu |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 224 of file timing.C. References Basics::mutex::lock(), and Basics::mutex::unlock(). Referenced by Timing_Recorder_exit_cleanup_setup(). |
|
Definition at line 238 of file timing.C. References Timing_Recorder_exit_cleanup(). |
|
|
|
|