File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -787,7 +787,7 @@ export class Display extends EventDispatcher {
787
787
async _onStateChanged ( ) {
788
788
if ( this . _historyChangeIgnore ) { return ; }
789
789
790
- performance . mark ( 'display:onStateChanged :start' ) ;
790
+ performance . mark ( 'display:_onStateChanged :start' ) ;
791
791
792
792
/** @type {?import('core').TokenObject } */
793
793
const token = { } ; // Unique identifier token
@@ -809,7 +809,7 @@ export class Display extends EventDispatcher {
809
809
performance . measure ( 'display:clear' , 'display:clear:start' , 'display:clear:end' ) ;
810
810
811
811
// Prepare
812
- performance . mark ( 'display:prepare:start' ) ;
812
+ performance . mark ( 'display:_onStateChanged: prepare:start' ) ;
813
813
const urlSearchParams = new URLSearchParams ( location . search ) ;
814
814
let type = urlSearchParams . get ( 'type' ) ;
815
815
if ( type === null && urlSearchParams . get ( 'query' ) !== null ) { type = 'terms' ; }
You can’t perform that action at this time.
0 commit comments