timecop-2
Displays information about where time is spent while Atom loads.
idleberg 173 1 0.3.4 MIT GitHub

timecop-2

apm apm apm AppVeyor: build Travis: build David: dependencies

Description

Displays information about where time is spent while Atom loads.

  • Startup time
  • Compile cache
  • Package loading time
  • Package activation time
  • Theme loading time
  • Theme activation time

This package is a fork of the timecop. Here are the main differences:

  • customizable threshold times
  • customizable onClick actions
  • minor UI changes

Inspired by Timecop 2: The Berlin Decision the movie (actually, no!)

Installation

apm

Install timecop-2 from Atom's Package Manager or the command-line equivalent:

$ apm install timecop-2

Using Git

Change to your Atom packages directory:

Windows

$ cd %USERPROFILE%\.atom\packages

Linux & macOS

$ cd ~/.atom/packages/

Clone the repository as timecop-2:

$ git clone https://github.com/idleberg/atom-timecop-2 timecop-2

Install dependencies:

cd timecop-2 && npm install

License

This work is licensed under the MIT License