clamsproject / clams-python

CLAMS SDK for python
http://sdk.clams.ai/
Apache License 2.0
4 stars 1 forks source link

add an extra view metadata to record the running time of apps #236

Open keighrim opened 5 months ago

keighrim commented 5 months ago

New Feature Summary

For users who run a long-running apps, we can provide a simple quality-of-life update by recording the running time of an app in the view.metadata dict, along with the app name. Maybe we can also record the hardware profile as well (cpu cores, ram size, gpu num, vram size, ...), as long as the "automatic survey" doesn't violate any privacy of the app user.

Related

No response

Alternatives

No response

Additional context

No response