Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
846
inline void Task::set_time(::google::protobuf::int32 value) {
847
set_has_time();
848
time_ = value;
849
}
850
851
// repeated int32 wait_time = 6;
852
inline int Task::wait_time_size() const {
Callers
7
run
Method · 0.45
start
Method · 0.45
reply
Method · 0.45
queue
Method · 0.45
manageNode
Method · 0.45
Message
Method · 0.45
submit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected