This is a backport of https://github.com/clamsproject/clams-python/pull/237. In the implementation in that PR, I used view.metadata.runtime object to iterate hardware and time consumption at the runtime, but I thought it might be helpful to have a more formal specification for the in the MMIF spec/schema.
Instead of a single nested object, I'm thinking of multiple fields with appRunningXxx prefix. For example;
New Feature Summary
This is a backport of https://github.com/clamsproject/clams-python/pull/237. In the implementation in that PR, I used
view.metadata.runtime
object to iterate hardware and time consumption at the runtime, but I thought it might be helpful to have a more formal specification for the in the MMIF spec/schema.Instead of a single nested object, I'm thinking of multiple fields with
appRunningXxx
prefix. For example;Of course the names and structure is open discussion. Any input is welcome 🙏
Related
No response
Alternatives
No response
Additional context
No response