performance.md: cleanup

This commit is contained in:
Yann Cébron 2022-03-08 17:25:10 +01:00
parent c73adf5a64
commit 23f091d6a4
2 changed files with 5 additions and 5 deletions

View File

@ -2,6 +2,10 @@
<!-- Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
> [IDE Perf](https://plugins.jetbrains.com/plugin/15104-ide-perf) plugin provides on-the-fly performance diagnostic tools, including a dedicated view for [`CachedValue`](#cache-results-of-heavy-computations) metrics.
>
{type="tip"}
## Avoid Expensive Methods of `PsiElement`
Avoid `PsiElement`'s methods which are expensive with deep trees.

View File

@ -2,11 +2,7 @@
<!-- Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
> [IDE Perf](https://plugins.jetbrains.com/plugin/15104-ide-perf) plugin provides on-the-fly performance diagnostic tools, including a dedicated view for [`CachedValue`](#cache-results-of-heavy-computations) metrics.
>
{type="tip"}
> See also [](psi_performance.md) and [](indexing_and_psi_stubs.md#improving-indexing-performance)
> See also [](psi_performance.md) and [](indexing_and_psi_stubs.md#improving-indexing-performance).
>
{type="note"}