# HG changeset patch # User gongo@gendarme.cr.ie.u-ryukyu.ac.jp # Date 1234529836 -32400 # Node ID 05696827a0e6368418c74ec7160c3e6057f470f2 # Parent dcae79687f715230945f3be7f910faac1b4d2ea8 比較、結論を修正 diff -r dcae79687f71 -r 05696827a0e6 paper/Makefile --- a/paper/Makefile Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/Makefile Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,7 @@ TARGET = master_paper +SRC = $(wildcard *.tex) + LATEX = platex BIBTEX = jbibtex DVIPS = dvips @@ -17,9 +19,9 @@ # Recipes all: pdf# $(TARGET).ps open $(TARGET).pdf + dvi: @echo "----------- make dvi file ($(TARGET).dvi) ----------" - cd images; ebb *.pdf $(LATEX) $(TARGET) $(BIBTEX) $(TARGET) $(LATEX) $(TARGET) diff -r dcae79687f71 -r 05696827a0e6 paper/conclusion.tex --- a/paper/conclusion.tex Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/conclusion.tex Fri Feb 13 21:57:16 2009 +0900 @@ -31,7 +31,6 @@ Cell で動作する OpenGL のドライバである Gallium3D について説明し、 TaskManager 、Cerium との比較を行った。 - TaskManager 及び TaskManager を機能の一つとする Cerium は、 学生にとって身近なアーキテクチャである Mac OS X や Linux、 学生には困難な並列プログラミングが必要となる PS3 Cell など、 @@ -40,7 +39,6 @@ 大幅な変更なく PS3 上で動作を確認できる。 更に、タスク単位で Cell に特化したプログラミングを行うことで PS3 上で動作するゲームの開発が可能となる。 -この流れで作業を行うことで、学生に対する教育効果も期待できる。 \section{今後の課題} diff -r dcae79687f71 -r 05696827a0e6 paper/images/amdahl.bb --- a/paper/images/amdahl.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/amdahl.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./amdahl.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 360 252 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cell_arch.bb --- a/paper/images/cell_arch.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cell_arch.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cell_arch.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 505 339 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cell_mailbox.bb --- a/paper/images/cell_mailbox.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cell_mailbox.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cell_mailbox.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 514 342 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cell_ppe.bb --- a/paper/images/cell_ppe.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cell_ppe.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cell_ppe.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 370 327 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cell_simd.bb --- a/paper/images/cell_simd.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cell_simd.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cell_simd.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 402 261 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cell_spe.bb --- a/paper/images/cell_spe.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cell_spe.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cell_spe.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 380 340 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cell_spurs_pipeline.bb --- a/paper/images/cell_spurs_pipeline.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cell_spurs_pipeline.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cell_spurs_pipeline.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 533 187 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cell_spurs_task.bb --- a/paper/images/cell_spurs_task.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cell_spurs_task.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cell_spurs_task.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 507 229 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cerium_game_1.bb --- a/paper/images/cerium_game_1.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cerium_game_1.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cerium_game_1.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 1920 1080 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cerium_game_sg.bb --- a/paper/images/cerium_game_sg.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cerium_game_sg.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cerium_game_sg.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 491 207 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cerium_rendering_draw_span.bb --- a/paper/images/cerium_rendering_draw_span.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cerium_rendering_draw_span.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cerium_rendering_draw_span.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 591 313 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cerium_rendering_half.bb --- a/paper/images/cerium_rendering_half.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cerium_rendering_half.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cerium_rendering_half.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 372 274 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cerium_rendering_spack.bb --- a/paper/images/cerium_rendering_spack.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cerium_rendering_spack.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cerium_rendering_spack.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 533 319 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cerium_rendering_span.bb --- a/paper/images/cerium_rendering_span.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cerium_rendering_span.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cerium_rendering_span.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 413 247 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cerium_rendering_span_tex.bb --- a/paper/images/cerium_rendering_span_tex.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cerium_rendering_span_tex.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cerium_rendering_span_tex.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 408 420 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cerium_rendering_tex_tapestry.bb --- a/paper/images/cerium_rendering_tex_tapestry.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cerium_rendering_tex_tapestry.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cerium_rendering_tex_tapestry.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 563 305 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cerium_rendering_tile.bb --- a/paper/images/cerium_rendering_tile.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cerium_rendering_tile.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cerium_rendering_tile.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 510 385 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cerium_scale_test1.bb --- a/paper/images/cerium_scale_test1.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cerium_scale_test1.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cerium_scale_test1.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 500 372 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cerium_scale_test2.bb --- a/paper/images/cerium_scale_test2.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cerium_scale_test2.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cerium_scale_test2.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 498 374 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cerium_sg_create.bb --- a/paper/images/cerium_sg_create.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cerium_sg_create.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cerium_sg_create.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 487 228 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cerium_sg_createlist.bb --- a/paper/images/cerium_sg_createlist.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cerium_sg_createlist.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cerium_sg_createlist.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 557 496 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cerium_sg_example.bb --- a/paper/images/cerium_sg_example.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cerium_sg_example.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cerium_sg_example.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 625 466 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cerium_sg_tree.bb --- a/paper/images/cerium_sg_tree.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cerium_sg_tree.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cerium_sg_tree.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 425 274 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cerium_task.bb --- a/paper/images/cerium_task.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cerium_task.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cerium_task.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 470 535 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/com_gallium.bb --- a/paper/images/com_gallium.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/com_gallium.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./com_gallium.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 1920 1080 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/cp_opencl_plat.bb --- a/paper/images/cp_opencl_plat.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/cp_opencl_plat.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./cp_opencl_plat.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 510 237 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/manycore_data_split.bb --- a/paper/images/manycore_data_split.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/manycore_data_split.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./manycore_data_split.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 587 154 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/manycore_step.bb --- a/paper/images/manycore_step.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/manycore_step.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./manycore_step.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 549 335 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/tm_scheduler.bb --- a/paper/images/tm_scheduler.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/tm_scheduler.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./tm_scheduler.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 517 562 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/tm_sm_global.bb --- a/paper/images/tm_sm_global.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/tm_sm_global.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./tm_sm_global.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 523 364 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/tm_sm_pipeline_wait.bb --- a/paper/images/tm_sm_pipeline_wait.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/tm_sm_pipeline_wait.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./tm_sm_pipeline_wait.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 395 213 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/tm_sm_pipeline_wait2.bb --- a/paper/images/tm_sm_pipeline_wait2.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/tm_sm_pipeline_wait2.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./tm_sm_pipeline_wait2.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 560 124 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/tm_sm_rbuf.bb --- a/paper/images/tm_sm_rbuf.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/tm_sm_rbuf.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./tm_sm_rbuf.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 405 225 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/tm_sm_state.bb --- a/paper/images/tm_sm_state.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/tm_sm_state.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./tm_sm_state.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 370 342 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/tm_sm_wbuf.bb --- a/paper/images/tm_sm_wbuf.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/tm_sm_wbuf.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./tm_sm_wbuf.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 505 487 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/tm_sort.bb --- a/paper/images/tm_sort.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/tm_sort.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./tm_sort.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 553 371 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/tm_sort_calc.bb --- a/paper/images/tm_sort_calc.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/tm_sort_calc.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./tm_sort_calc.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 360 216 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/tm_sort_calc1m.bb --- a/paper/images/tm_sort_calc1m.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/tm_sort_calc1m.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./tm_sort_calc1m.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 360 216 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/tm_sync.bb --- a/paper/images/tm_sync.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/tm_sync.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./tm_sync.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 577 554 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/tm_task_depend.bb --- a/paper/images/tm_task_depend.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/tm_task_depend.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./tm_task_depend.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 527 383 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/tm_task_post.bb --- a/paper/images/tm_task_post.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/tm_task_post.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./tm_task_post.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 335 388 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/images/tm_task_struct.bb --- a/paper/images/tm_task_struct.bb Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/images/tm_task_struct.bb Fri Feb 13 21:57:16 2009 +0900 @@ -1,5 +1,5 @@ %%Title: ./tm_task_struct.pdf %%Creator: ebb Version 0.5.2 (+ArtBox) %%BoundingBox: 0 0 591 364 -%%CreationDate: Fri Feb 13 20:16:55 2009 +%%CreationDate: Fri Feb 13 21:49:42 2009 diff -r dcae79687f71 -r 05696827a0e6 paper/taskmanager.tex --- a/paper/taskmanager.tex Fri Feb 13 20:18:19 2009 +0900 +++ b/paper/taskmanager.tex Fri Feb 13 21:57:16 2009 +0900 @@ -90,7 +90,7 @@ TaskManager API を使用するには、まず TaskManager オブジェクトを生成する。 \begin{verbatim} -TaskManager *manager = new Taskmanager(CPU_NUM); +TaskManager *manager = new TaskManager(CPU_NUM); \end{verbatim} CPU\_NUM は、このプログラムで使用する CPU の数になる。