Sha256: 7a9356e0b29d42b12922eeeb318b60b513af53bafaa7001c0c1e576eeff79386

Contents?: true

Size: 697 Bytes

Versions: 5

Compression:

Stored size: 697 Bytes

Contents

// ==========================================================================
// Project:   SproutCore - JavaScript Application Framework
// Copyright: ©2006-2011 Strobe Inc. and contributors.
//            Portions ©2008-2010 Apple Inc. All rights reserved.
// License:   Licensed under MIT license (see license.js)
// ==========================================================================
/*global SC_benchmarkPreloadEvents*/
// sc_require("system/browser")
if (typeof SC_benchmarkPreloadEvents !== "undefined") {
  SC.benchmarkPreloadEvents = SC_benchmarkPreloadEvents;
  SC_benchmarkPreloadEvents = undefined;
} else {
  SC.benchmarkPreloadEvents = { headStart: new Date().getTime() };
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
spade-0.0.1 sproutcore/frameworks/bootstrap/system/bench.js
sproutcore-1.5.0.pre.5 lib/frameworks/sproutcore/frameworks/bootstrap/system/bench.js
sproutcore-1.5.0.pre.4.1 lib/frameworks/sproutcore/frameworks/bootstrap/system/bench.js
sproutcore-1.5.0.pre.4 lib/frameworks/sproutcore/frameworks/bootstrap/system/bench.js
sproutcore-1.5.0.pre.3 lib/frameworks/sproutcore/frameworks/bootstrap/system/bench.js