view TaskManager/kernel/sys_task/StartProfile.cc @ 1990:e93e115b1903 draft

fix tasklog
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Sat, 19 Apr 2014 14:10:27 +0900
parents a07d4773012d
children
line wrap: on
line source

#include "StartProfile.h"
#include "SchedTask.h"
//#include "stdio.h"

SchedDefineTask(StartProfile);

static int
run(SchedTask *smanager, void *rbuf, void *wbuf)
{
    smanager->start_profile();
    return 0;
}