ReactOS 0.4.15-dev-7958-gcd0bb1a
profil.c
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS HAL
3 * LICENSE: BSD - See COPYING.ARM in the top level directory
4 * FILE: hal/halarm/generic/profil.c
5 * PURPOSE: System Profiling
6 * PROGRAMMERS: ReactOS Portable Systems Group
7 */
8
9/* INCLUDES *******************************************************************/
10
11#include <hal.h>
12#define NDEBUG
13#include <debug.h>
14
15/* FUNCTIONS ******************************************************************/
16
17/*
18 * @unimplemented
19 */
20VOID
23{
25 return;
26}
27
28/*
29 * @unimplemented
30 */
31VOID
34{
36 return;
37}
38
39/*
40 * @unimplemented
41 */
45{
47 return Interval;
48}
49
50/* EOF */
#define UNIMPLEMENTED
Definition: debug.h:115
VOID NTAPI HalStartProfileInterrupt(IN KPROFILE_SOURCE ProfileSource)
Definition: profil.c:33
VOID NTAPI HalStopProfileInterrupt(IN KPROFILE_SOURCE ProfileSource)
Definition: profil.c:22
ULONG_PTR NTAPI HalSetProfileInterval(IN ULONG_PTR Interval)
Definition: profil.c:44
enum _KPROFILE_SOURCE KPROFILE_SOURCE
DWORD Interval
Definition: netstat.c:30
#define NTAPI
Definition: typedefs.h:36
uint32_t ULONG_PTR
Definition: typedefs.h:65
#define IN
Definition: typedefs.h:39