ReactOS 0.4.16-dev-297-gc569aee
|
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
#include <reactos/buildno.h>
#include "rosperf.h"
Go to the source code of this file.
Macros | |
#define | MAINWND_WIDTH 400 |
#define | MAINWND_HEIGHT 400 |
#define | GOAL 2500 /* Try to get up to 2.5 seconds */ |
#define | ENOUGH 2000 /* But settle for 2.0 seconds */ |
#define | TICK 10 /* Assume clock not faster than .01 seconds */ |
Variables | |
static HWND | LabelWnd |
|
static |
Definition at line 92 of file rosperf.c.
Referenced by ProcessTest().
|
static |
Definition at line 85 of file rosperf.c.
Referenced by CalibrateTest(), and ProcessTest().
|
static |
Definition at line 635 of file rosperf.c.
Referenced by wWinMain().
Definition at line 169 of file rosperf.c.
Referenced by ProcessTest().
Definition at line 587 of file rosperf.c.
Referenced by CreatePerfWindows().
Definition at line 559 of file rosperf.c.
Referenced by CreatePerfWindows().
void NullCleanup | ( | void * | Context, |
PPERF_INFO | PerfInfo | ||
) |
unsigned NullInit | ( | void ** | Context, |
PPERF_INFO | PerfInfo, | ||
unsigned | Reps | ||
) |
Definition at line 534 of file rosperf.c.
Referenced by PrintStartupInfo().
Definition at line 291 of file rosperf.c.
Referenced by cmd_ver(), PrintPrompt(), and PrintStartupInfo().
Definition at line 551 of file rosperf.c.
Referenced by wWinMain().
|
static |
Definition at line 716 of file rosperf.c.
Referenced by wWinMain().
Definition at line 69 of file rosperf.c.
Referenced by CalibrateTest(), ProcessTest(), and wWinMain().
|
static |
Definition at line 251 of file rosperf.c.
Referenced by wWinMain().
Definition at line 226 of file rosperf.c.
Referenced by ProcessTest().
Definition at line 180 of file rosperf.c.
Referenced by ReportTimes().
int WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
int | nShowCmd | ||
) |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 860 of file rosperf.c.
|
static |
Definition at line 53 of file rosperf.c.
Referenced by CreatePerfWindows(), ProcessTest(), and wWinMain().