Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SimDag instrumentation for categorized resource utilization
authorschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 8 Oct 2010 16:00:16 +0000 (16:00 +0000)
committerschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 8 Oct 2010 16:00:16 +0000 (16:00 +0000)
commit54c944632710ef84463fdf2de37b8f834e561a25
treedbfdfc32c593d99e8c36f3f2a7438da271513383
parent77e6092b3b7c609533973d57afd5a013430db16e
SimDag instrumentation for categorized resource utilization

details:
- only works with a combination of instrumented network and cpu models
- new tracing interface function TRACE_sd_set_task_category to set a SD_task category
- does not work with parallel tasks for now (if needed, we can do it)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8390 48e7efb5-ca39-0410-a469-dd3cf9ba447f
buildtools/Cmake/DefinePackages.cmake
include/instr/instr.h
include/simdag/simdag.h
src/instr/private.h
src/instr/sd_instr.c [new file with mode: 0644]
src/simdag/private.h
src/simdag/sd_global.c
src/simdag/sd_task.c