@contrail/util 1.1.15-alpha-16 → 1.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -187,7 +187,7 @@ function displayTimingTree(nodes = DEFAULT_TIMING_PROFILE.timingSpans, depth = 0
|
|
|
187
187
|
});
|
|
188
188
|
const result = lines.join('\n');
|
|
189
189
|
if (depth === 0) {
|
|
190
|
-
console.log('\n--- Performance Timing Tree
|
|
190
|
+
console.log('\n--- Performance Timing Tree ---\n');
|
|
191
191
|
console.log(result);
|
|
192
192
|
console.log('\n--- End Timing ---\n');
|
|
193
193
|
}
|