mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
c2b4788fd2
- Add a new client.mk target, profiledbuild, which does a profiling build, runs a specified script to generate the profile, and then rebuilds using the profile data. - Add a profiling script for Seamonkey/Firefox that runs a couple cycles of the pageload test, and then does a second start to hit the fastload/history code. Bug 237239, r=dbaron, sr=brendan, a=brendan.
8 lines
86 B
HTML
8 lines
86 B
HTML
<html>
|
|
<script>
|
|
setTimeout("window.close();", 1000);
|
|
</script>
|
|
<body>
|
|
</body>
|
|
</html>
|