performance.md: add IDE perf plugin

This commit is contained in:
Yann Cébron 2020-09-29 10:49:00 +02:00
parent 45d72644db
commit a74fa5d8c2
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ The following links represent useful resources for working with the _IntelliJ Pl
* [PsiViewer](https://plugins.jetbrains.com/plugin/227-psiviewer)
* [Grammar-Kit](https://github.com/JetBrains/Grammar-Kit) & [Grammar-Kit Folder](https://plugins.jetbrains.com/plugin/12983-grammar-kit-folder)
* [Indices Viewer](https://plugins.jetbrains.com/plugin/13029-indices-viewer/)
* [IDE Perf](https://plugins.jetbrains.com/plugin/15104-ide-perf)
### Webinars
* [How We Built Comma, the Raku IDE, on the IntelliJ Platform](https://blog.jetbrains.com/platform/2020/01/webinar-recording-how-we-built-comma-the-raku-ide-on-the-intellij-platform/) Jonathan Worthington, 2020

View File

@ -3,6 +3,8 @@ title: Optimizing Performance
---
<!-- Copyright 2000-2020 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. -->
> **TIP** [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.
## Working with PSI Efficiently
#### Avoid Expensive Methods in `PsiElement`