mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
performance.md: add IDE perf plugin
This commit is contained in:
parent
45d72644db
commit
a74fa5d8c2
@ -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
|
||||
|
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user