[python] In completion of importable names, plot CDF of completion time with Sputnik

GitOrigin-RevId: 683631a9969b2e76e2058178aff9c3398ee0dd16
This commit is contained in:
Mikhail Golubev
2024-07-19 15:06:17 +03:00
committed by intellij-monorepo-bot
parent 39a2726a64
commit 54f528f334

View File

@@ -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);
}
});
}