comparison TaskManager/Makefile.cell @ 672:3b6290c05f9f

add profiling code
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 05 Dec 2009 20:20:08 +0900
parents 7405d92733a8
children e4d2b823903c
comparison
equal deleted inserted replaced
671:f42b303044f7 672:3b6290c05f9f
19 19
20 CELL_SPE_SRCS = \ 20 CELL_SPE_SRCS = \
21 $(CELL_SPE_DIR)/CellDmaManager.cc \ 21 $(CELL_SPE_DIR)/CellDmaManager.cc \
22 $(CELL_SPE_DIR)/CellScheduler.cc \ 22 $(CELL_SPE_DIR)/CellScheduler.cc \
23 $(CELL_SPE_DIR)/SpeTaskManagerImpl.cc \ 23 $(CELL_SPE_DIR)/SpeTaskManagerImpl.cc \
24 $(CELL_SPE_DIR)/ShowTime.cc \
25 $(CELL_SPE_DIR)/StartProfile.cc \
24 $(CELL_SPE_DIR)/main.cc 26 $(CELL_SPE_DIR)/main.cc
25 27
26 CELL_SPE_TASK_SRCS = \ 28 CELL_SPE_TASK_SRCS = \
27 $(CELL_SPE_DIR)/TaskQueue.cc \ 29 $(CELL_SPE_DIR)/TaskQueue.cc \
28 $(CELL_SPE_DIR)/Task.cc 30 $(CELL_SPE_DIR)/Task.cc