MCPcopy Create free account
hub / github.com/Luce-Org/lucebox-hub / nsys_version

Function nsys_version

server/scripts/profile.py:189–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187
188
189def nsys_version() -> str:
190 try:
191 out = subprocess.run(["nsys", "--version"], capture_output=True, text=True, timeout=30).stdout.strip()
192 return out.splitlines()[0] if out else "?"
193 except Exception:
194 return "?"
195
196
197def _looks_like_header(line: str) -> bool:

Callers 1

summarize_nsysFunction · 0.85

Calls 1

runMethod · 0.80

Tested by

no test coverage detected