mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
[python] In completion of importable names, plot CDF of completion time with Sputnik
GitOrigin-RevId: 683631a9969b2e76e2058178aff9c3398ee0dd16
This commit is contained in:
committed by
intellij-monorepo-bot
parent
39a2726a64
commit
54f528f334
@@ -149,6 +149,8 @@ public final class PyClassNameCompletionContributor extends PyImportableNameComp
|
||||
if (TRACING_WITH_SPUTNIK_ENABLED) {
|
||||
//noinspection UseOfSystemOutOrSystemErr
|
||||
System.out.printf("\1h('Importable names completion','%d')%n", (duration / 10) * 10);
|
||||
//noinspection UseOfSystemOutOrSystemErr
|
||||
System.out.printf("\1Hi(%d)%n", duration);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user