stephenslab / dsc

Repo for Dynamic Statistical Comparisons project
https://stephenslab.github.io/dsc-wiki
MIT License
12 stars 12 forks source link

Add an interface to extract modules' runtime #219

Closed gaow closed 3 years ago

gaow commented 3 years ago

Requested by @banskt : we should add an interface in dscquery to extract the runtime of modules. It should not be hard to implement if we come up with an interface for it. @banskt are you working with dscrutils::dscquery or directly the Python executable? I think it is easier if the interface is for dscrutils.

banskt commented 3 years ago

Since my request, I found that it can be extracted as module.DSC_TIME using dscrutils::dscquery.

gaow commented 3 years ago

@banskt Now I remember it: I added that feature a while ago but did not document it! No wonder why the request sounds familiar ... I just added a documentation to it. Thanks!