Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ runtime_seconds
Method
runtime_seconds
docker/test-with-docker.py:429–431 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
427
self.peak_total_rss = -1
428
429
def
runtime_seconds(self):
430
if
self.start and self.end:
431
return
self.end - self.start
432
433
def
__str__(self):
434
return
"Container<"
+ \
Callers
1
log_summary
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected