mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
performance.md: cleanup
This commit is contained in:
parent
c73adf5a64
commit
23f091d6a4
@ -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.
|
||||
|
@ -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"}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user