Beginnings of a graphical tool for analyzing the output of scheduling_recorder.
Doesn't do anything yet. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30255 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright 2009, Ingo Weinhold, [email protected].
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
#include "MainModel.h"
|
||||
|
||||
|
||||
MainModel::MainModel()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
MainModel::~MainModel()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user