[Timeline] Expose internal resource utilization

...to allow this to be exported for CSV, #751
This commit is contained in:
Victor Woeltjen 2016-04-15 08:32:34 -07:00
parent 8b7af43d6c
commit 546cde56a8

View File

@ -195,6 +195,13 @@ define(
* @returns {Promise.<string[]>} a promise for resource identifiers * @returns {Promise.<string[]>} a promise for resource identifiers
*/ */
resources: promiseResourceKeys, resources: promiseResourceKeys,
/**
* Get the resource utilization associated with this object
* directly, not including any resource utilization associated
* with contained objects.
* @returns {Promise.<Array>}
*/
internal: promiseInternalUtilization,
/** /**
* Get the resource utilization associated with this * Get the resource utilization associated with this
* object. Results are not sorted. This requires looking * object. Results are not sorted. This requires looking