view TaskManager/Cell/spe/StartProfile.cc @ 1023:5245cf19775d

comment remove
author yutaka@localhost.localdomain
date Sun, 07 Nov 2010 22:18:41 +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;
}