#include <tcl.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "Benchmark.h"
#include "config.h"
#include "VMDApp.h"
#include "TclCommands.h"
#include "CUDAKernels.h"
#include "CUDAAccel.h"
#include "WKFThreads.h"
#include "ProfileHooks.h"
Go to the source code of this file.
Functions | |
void | cmd_profile_usage (Tcl_Interp *interp) |
int | text_cmd_profile (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
|
Definition at line 35 of file cmd_profile.C. References NULL. Referenced by text_cmd_profile. |
|
Definition at line 46 of file cmd_profile.C. References cmd_profile_usage, NULL, PROFILE_POP_RANGE, PROFILE_PUSH_RANGE, PROFILE_START, PROFILE_STOP, and strupncmp. |