Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ perftrc
Method
perftrc
vscode-ng-language-service/server/src/logger.ts:107–109 ·
view source on GitHub ↗
(s: string)
Source
from the content-addressed store, hash-verified
105
}
106
107
perftrc(s: string) {
108
this.msg(s, ts.server.Msg.Perf);
109
}
110
111
info(s: string) {
112
this.msg(s, ts.server.Msg.Info);
Callers
1
withCompilerAndPerfTracing
Method · 0.80
Calls
1
msg
Method · 0.95
Tested by
no test coverage detected