Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use :: to call get_clock() which is a static member of s4u::Engine.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 18 Feb 2021 20:52:00 +0000 (21:52 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 19 Feb 2021 09:19:02 +0000 (10:19 +0100)
commit5dac84d65eed08644367fe040c41df162c02e5fa
tree3bbe56783f6aafaebc4abc929a022cefaecd07f8
parent56d27132a417a9010f64f36dd551d6c7628d839c
Use :: to call get_clock() which is a static member of s4u::Engine.
30 files changed:
docs/source/tuto_s4u/master-workers-lab3.cpp
docs/source/tuto_s4u/master-workers-lab4.cpp
examples/cpp/actor-stacksize/s4u-actor-stacksize.cpp
examples/cpp/app-token-ring/s4u-app-token-ring.cpp
examples/cpp/cloud-simple/s4u-cloud-simple.cpp
examples/cpp/comm-dependent/s4u-comm-dependent.cpp
examples/cpp/comm-host2host/s4u-comm-host2host.cpp
examples/cpp/comm-pingpong/s4u-comm-pingpong.cpp
examples/cpp/dht-chord/s4u-dht-chord.cpp
examples/cpp/exec-async/s4u-exec-async.cpp
examples/cpp/exec-dependent/s4u-exec-dependent.cpp
examples/cpp/exec-dvfs/s4u-exec-dvfs.cpp
examples/cpp/exec-unassigned/s4u-exec-unassigned.cpp
examples/cpp/io-async/s4u-io-async.cpp
examples/cpp/io-dependent/s4u-io-dependent.cpp
examples/cpp/replay-comm/s4u-replay-comm.cpp
examples/cpp/replay-io/s4u-replay-io.cpp
examples/smpi/replay_multiple_manual_deploy/replay_multiple_manual.cpp
examples/smpi/smpi_s4u_masterworker/masterworker_mailbox_smpi.cpp
teshsuite/mc/mutex-handling/mutex-handling.cpp
teshsuite/models/ptask_L07/ptask_L07.cpp
teshsuite/s4u/actor-autorestart/actor-autorestart.cpp
teshsuite/s4u/actor/actor.cpp
teshsuite/s4u/cloud-two-execs/cloud-two-execs.cpp
teshsuite/s4u/comm-pt2pt/comm-pt2pt.cpp
teshsuite/s4u/concurrent_rw/concurrent_rw.cpp
teshsuite/s4u/host-on-off-actors/host-on-off-actors.cpp
teshsuite/s4u/host-on-off-recv/host-on-off-recv.cpp
teshsuite/s4u/host-on-off/host-on-off.cpp
teshsuite/s4u/storage_client_server/storage_client_server.cpp