Displays information about where time is spent while Atom loads.
This package is a fork of the timecop. Here are the main differences:
Inspired by Timecop 2: The Berlin Decision the movie (actually, no!)
Install timecop-2
from Atom's Package Manager or the command-line equivalent:
$ apm install timecop-2
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
This work is licensed under the MIT License
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.