You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove getJsonCompilationDatabaseFile call from CxxSquidSensor: cxxConf.getJsonCompilationDatabaseFile in createConfiguration.
This is slowing down the plugin because CxxSquidSensor is called for each source file. getJsonCompilationDatabaseFile should be called only once and save parsed setting at a central place e.g. CxxConfiguration.
Remove
getJsonCompilationDatabaseFile
call fromCxxSquidSensor
:cxxConf.getJsonCompilationDatabaseFile
increateConfiguration
.This is slowing down the plugin because
CxxSquidSensor
is called for each source file.getJsonCompilationDatabaseFile
should be called only once and save parsed setting at a central place e.g.CxxConfiguration
.see also #1325
The text was updated successfully, but these errors were encountered: