diff 2014/February/memo/05th.txt @ 35:a9d6badfe378

add 05th.txt
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Thu, 06 Feb 2014 15:23:29 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2014/February/memo/05th.txt	Thu Feb 06 15:23:29 2014 +0900
@@ -0,0 +1,18 @@
+2014/02/05 (Wed)
+
+    [Today's Goal]
+    DEBUG オプションから時間測定ができるようにしたい。
+    (現在は 例題から時間をセットしている。)
+
+    divide read と Task 実行の並列化
+
+    [memo]
+    kernel/schedule/SchedTask.cc:exec()
+    __debug(this->scheduler,"cpuid %ld %s\t0x%p time %lld\n",scheduler->id,(char *)(task_list[atask->command].name),(void*)list, list->task_end_time-list->task_start_time);
+    ここに Task の表示、時間表示を設定する debug option がある。
+
+    intelli J IDEA にかえようぜ?? わんちゃん
+
+    とりあえず、__debug の引数がおかしかったので訂正
+
+