view TaskManager/Cell/spe/StartProfile.cc @ 941:0c11c2fd7e63

add no_auto_free flag on HTask
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 31 Jul 2010 17:50:38 +0900
parents 3b6290c05f9f
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;
}