11 lines
213 B
JavaScript
11 lines
213 B
JavaScript
/** @constructor */
|
|
System.utils.Perf = function (){}
|
|
|
|
/** @type {String} */
|
|
System.utils.Perf.uuid;
|
|
|
|
/** @type {Function} */
|
|
System.utils.Perf.ArrayReverse;
|
|
/** @type {Function} */
|
|
System.utils.Perf.CountSubstr;
|