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