MCPcopy Create free account
hub / github.com/dmlc/parameter_server / set_time

Method set_time

src/system/proto/task.pb.h:846–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844 return time_;
845}
846inline void Task::set_time(::google::protobuf::int32 value) {
847 set_has_time();
848 time_ = value;
849}
850
851// repeated int32 wait_time = 6;
852inline int Task::wait_time_size() const {

Callers 7

runMethod · 0.45
startMethod · 0.45
replyMethod · 0.45
queueMethod · 0.45
manageNodeMethod · 0.45
MessageMethod · 0.45
submitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected