Removed old unused profile.h code

This commit is contained in:
Adam Dunkels 2013-11-19 08:31:52 +01:00
parent 30c0c5eaf6
commit 523c03e4b8
7 changed files with 0 additions and 49 deletions

View file

@ -46,7 +46,6 @@
#include "cfs/cfs.h"
#include "lib/print-stats.h"
#include "sys/profile.h"
#include <stdio.h>
@ -60,7 +59,6 @@
static unsigned long bytecount;
static clock_time_t start_time;
extern int profile_max_queuelen;
/*---------------------------------------------------------------------------*/
PROCESS(example_rucb_process, "Rucb example");
@ -92,8 +90,6 @@ read_chunk(struct rucb_conn *c, int offset, char *to, int maxsize)
if(bytecount == FILESIZE) {
printf("Completion time %lu / %u\n", (unsigned long)clock_time() - start_time, CLOCK_SECOND);
/* profile_aggregates_print(); */
/* profile_print_stats(); */
print_stats();
}