Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ start
Method
start
datafusion/datasource/src/file_stream/metrics.rs:31–34 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
29
30
impl StartableTime {
31
pub fn start(&mut self) {
32
assert!(self.start.is_none());
33
self.start = Some(Instant::now());
34
}
35
36
pub fn stop(&mut self) {
37
if let Some(start) = self.start.take() {
Callers
7
get_spans
Function · 0.45
try_from_lazy_memory_exec
Method · 0.45
poll_scan
Method · 0.45
hide_first
Function · 0.45
start_postgres
Function · 0.45
setup_minio_container
Function · 0.45
replace_all
Function · 0.45
Calls
no outgoing calls
Tested by
3
get_spans
Function · 0.36
hide_first
Function · 0.36
setup_minio_container
Function · 0.36