Class skydata::behaviour::evals::Logger¶
ClassList > skydata > behaviour > evals > Logger
Inherits the following classes: SKAgentBehaviour
Public Functions¶
Type | Name |
---|---|
Logger (SKAgent agent) |
|
void | action () |
Detailed Description¶
Print some informations useful for the benchmark
In the logs, we have different tag for each event : * "AFTER_MIGRATION" when the migration is finished * "AFTER_REPLICATION" when the replication is finished * "DELETION" just before the agent delete itself
Public Functions Documentation¶
function Logger¶
inline skydata::behaviour::evals::Logger::Logger (
SKAgent agent
)
Add this behaviour to an agent
Parameters:
agent
: the agent
function action¶
inline void skydata::behaviour::evals::Logger::action ()
Start this behaviour
The documentation for this class was generated from the following file /home/maxime/Desktop/skd_proto_v2/skd/src/main/java/skydata/behaviour/evals/Logger.java