MCPcopy Index your code
hub / github.com/GPflow/GPflow / parse_timestamp

Function parse_timestamp

benchmark/metadata.py:160–162  ·  view source on GitHub ↗

Parse a timestamp, as formatted in :class:`BenchmarkMetadata` into a ``datetime``.

(timestamp: str)

Source from the content-addressed store, hash-verified

158
159
160def parse_timestamp(timestamp: str) -> datetime:
161 """ Parse a timestamp, as formatted in :class:`BenchmarkMetadata` into a ``datetime``. """
162 return datetime.strptime(timestamp, TIMESTAMP_FORMAT)
163
164
165def _get_cpu_name_count_frequency() -> Tuple[str, int, int]:

Callers 1

time_lineFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…