close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Changes between Version 1 and Version 2 of jazz/10-06-07


Ignore:
Timestamp:
Jun 8, 2010, 3:28:11 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/10-06-07

    v1 v2  
    44
    55 * Java
    6    * [http://www.ej-technologies.com/company/profile.html JProfiler] - [http://en.wikipedia.org/wiki/JProfiler 維基百科] - 搭配 Eclipse
     6   * [http://www.eclipse.org/tptp/ Eclipse Test & Performance Tools Platform Project (TPTP)] - Eclipse 的 Profiling 工具
     7     * [http://www.eclipse.org/tptp/home/documents/tutorials/profilingtool/profilingexample_32.html An introduction to profiling Java applications]
     8     * [http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.tptp.platform.doc.user/concepts/ceproftl.htm Overview of the Profiling Tool] - Eclipse 說明文件有蠻詳細的 Monitoring and profiling applications 觀念與操作步驟介紹
    79   * [http://profiler.netbeans.org/ Netbean Java Profiler] - CPU, memory and threads profiling - 搭配 Netbean
     10   * [http://www.ej-technologies.com/company/profile.html JProfiler] - [http://en.wikipedia.org/wiki/JProfiler 維基百科] - 搭配 Eclipse
    811   * Runtime Profiler
    9      * http://profiler4j.sourceforge.net/
     12     * http://profiler4j.sourceforge.net/ - 看起來不錯,不過大約 2006 之後就比較少更新了。
    1013   * Monitoring - JMX
    1114     * [http://klaas.homeip.net/mcs/jmeasurement/  JMeasurement] - 支援 JMX 的 Profiler
     15   * [http://xdprof.sourceforge.net/ xdprof] - a cross-platform tool that captures and analyzes stack traces sent at a fixed interval from Java Virtual Machines in a distributed system - 因為是針對分散式系統的 profiler,所以有可能可以用在 Hadoop 效能分析上
     16
     17 * PHP - references for armorize
     18   * [http://www.linuxjournal.com/article/7213 PHP Performance Profiling]
     19   * [http://www.php-editors.com/php-tools/php-profiler.php php-profiler]
     20
     21== Microcontroller (MCU, PIC) ==
     22
     23 * 先前來演講的 Xavi 談到要徵人幫忙把
     24 * [http://sdcc.sf.net/ SDCC - Small Device C Compiler] - [http://packages.debian.org/sdcc Debian 套件 sdcc]
     25 * [http://piklab.sourceforge.net/devices.php Piklab - IDE for PIC microcontrollers] - an integrated development environment (IDE) for applications based on Microchip PIC and dsPIC microcontrollers similar to the MPLAB environment. - 類似 Microchip 官方 MPLAB 的整合開發環境 - 有 [http://packages.debian.org/piklab piklab 的 Debian 套件]
     26 * [http://gpsim.sf.net gpsim] - Simulator for Microchip's PIC microcontrollers - [http://packages.debian.org/gpsim Debian 套件 gpsim]
     27 * [http://www.freertos.org/ FreeRTOS] - a portable, open source, royalty free, mini Real Time Kernel - 先前就有紀錄過用單晶片上執行 linux 系統,這個專案也是可以執行在很多家的單晶片上。