- Scientific Computing with Scala
- Vytautas Jan?auskas
- 66字
- 2021-07-16 11:07:24
Profiling Scala code
Profiling Scala code is trickier than one might expect. There are several JVM profilers you can use. However, you will lose some of the Scala abstraction when using them. They are primarily designed for use with Java. These include the VisualVM profiler that can be found at:
Another possible choice is Takipi, which can be found at the following web address:
推薦閱讀
- Spring Boot開發與測試實戰
- 小創客玩轉圖形化編程
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Java 9模塊化開發:核心原則與實踐
- Android系統原理及開發要點詳解
- Instant Lucene.NET
- Geospatial Development By Example with Python
- 深度學習原理與PyTorch實戰(第2版)
- PHP 7從零基礎到項目實戰
- Python網絡爬蟲實例教程(視頻講解版)
- Ubuntu Server Cookbook
- Java 7 Concurrency Cookbook
- Kotlin入門與實戰
- 零基礎入門學習C語言:帶你學C帶你飛