RocketLogger
1.1.6
Main Page
Data Structures
Files
File List
Globals
meter.h
Go to the documentation of this file.
1
32
#ifndef METER_H_
33
#define METER_H_
34
35
#include <ncurses.h>
36
#include <stdint.h>
37
38
#include "
log.h
"
39
#include "
types.h
"
40
#include "
util.h
"
41
42
void
meter_init
(
void
);
43
44
void
meter_stop
(
void
);
45
46
void
meter_print_buffer
(
struct
rl_conf
* conf,
void
* virt_addr,
47
uint32_t sample_size);
48
49
#endif
/* METER_H_ */
types.h
rl_conf
Definition:
types.h:247
meter_init
void meter_init(void)
Definition:
meter.c:47
util.h
meter_print_buffer
void meter_print_buffer(struct rl_conf *conf, void *virt_addr, uint32_t sample_size)
Definition:
meter.c:68
log.h
meter_stop
void meter_stop(void)
Definition:
meter.c:60
meter.h
Generated by
1.8.11