view TaskManager/Cell/spe/StartProfile.cc @ 805:daab9cd6f91f

merge
author yutaka@localhost.localdomain
date Fri, 21 May 2010 18:31:31 +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;
}