# Like sands through the hourglass, so are the days of our lives. startTime = Date.now() require './window' Atom = require './atom' window.atom = new Atom() window.setUpEnvironment('editor') window.startEditorWindow() console.log "Window load time: #{Date.now() - startTime}ms"