Fix submodules and test_slam_layout

This commit is contained in:
Patrick Walton 2013-06-13 16:35:48 -07:00
parent f3cdbaf611
commit 2ec3412407
3 changed files with 2 additions and 5 deletions

@ -1 +1 @@
Subproject commit 09d2db847c11bcab7f1832d5daf5947a7c1384ee
Subproject commit 865f539114383a021822583801e8362faf916699

@ -1 +1 @@
Subproject commit 8fc7400ed332c3d9edf358c2a18dd047ebde09a6
Subproject commit 325cd5197ed953f5c7c9317111b20ec1599eaffe

View file

@ -12,7 +12,4 @@ for (var i = 0; i < count; i++) {
}
var stop = new Date();
window.alert((stop - start) / count * 1e6 + " ns/layout");
<<<<<<< HEAD
=======
window.close();
>>>>>>> 0560988... Add link following and refactor the profiler.