-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ c90fa84 🚀
- Loading branch information
Showing
29 changed files
with
41 additions
and
25 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,16 @@ | ||
<!DOCTYPE html><html lang=""><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>scalac-profiling · Compilation profiling tool for Scala 2 projects</title><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta name="generator" content="Docusaurus"/><meta name="description" content="Compilation profiling tool for Scala 2 projects"/><meta property="og:title" content="scalac-profiling · Compilation profiling tool for Scala 2 projects"/><meta property="og:type" content="website"/><meta property="og:url" content="https://scalacenter.github.io//scalac-profiling/index.html"/><meta property="og:description" content="Compilation profiling tool for Scala 2 projects"/><meta property="og:image" content="https://scalacenter.github.io//scalac-profiling/img/scalac-profiling-logo.png"/><meta name="twitter:card" content="summary"/><meta name="twitter:image" content="https://scalacenter.github.io//scalac-profiling/img/scalac-profiling-logo.png"/><link rel="shortcut icon" href="/scalac-profiling/img/favicon.png"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css"/><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css"/><script src="/scalac-profiling/js/scrollSpy.js"></script><link rel="stylesheet" href="/scalac-profiling/css/main.css"/><script src="/scalac-profiling/js/codetabs.js"></script></head><body><div class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a href="/scalac-profiling/"><img class="logo" src="/scalac-profiling/img/scalac-profiling-logo.png" alt="scalac-profiling"/><h2 class="headerTitleWithLogo">scalac-profiling</h2></a><div class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul class="nav-site nav-site-internal"><li class=""><a href="/scalac-profiling/docs/user-guide/motivation.html" target="_self">Docs</a></li><li class=""><a href="https://github.com/scalacenter/scalac-profiling" target="_blank">GitHub</a></li><li class="navSearchWrapper reactNavSearchWrapper"><input type="text" id="search_input_react" placeholder="Search" title="Search"/></li></ul></nav></div></header></div></div><div class="navPusher"><div><div class="lightBackground"><div class="homeContainer"><div class="homeSplashFade"><div class="wrapper homeWrapper"><div class="inner"><h2 class="projectTitle"><img src="/scalac-profiling/img/scalac-profiling-logo.png" alt="logo" style="margin-bottom:-20px;margin-right:10px;width:77px;height:77px"/>scalac-profiling<small>Compilation profiling tool for Scala 2 projects</small></h2><div class="section promoSection"><div class="promoRow"><div class="pluginRowBlock"><div class="pluginWrapper buttonWrapper"><a class="button" href="/scalac-profiling/docs/user-guide/motivation.html" target="_self">Get started</a></div></div></div></div></div></div></div></div></div><div class="mainContainer"><div class="productShowcaseSection paddingBottom" style="text-align:center"><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement imageAlignSide imageAlignRight twoByGridBlock"><div class="blockContent"><h2><div><span><p>Speed up compilation</p> | ||
</span></div></h2><div><span><p>Analyze your Scala 2 project and chase down compilation time bottlenecks with a focus on implicit searches and macro expansions.</p> | ||
</span></div></div><div class="blockImage"><img src="/scalac-profiling/img/speed-up-compilation.png"/></div></div></div></div></div><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement imageAlignSide imageAlignLeft twoByGridBlock"><div class="blockImage"><img src="/scalac-profiling/img/macro-impl.png"/></div><div class="blockContent"><h2><div><span><p>Optimize your macros</p> | ||
</span></div></h2><div><span><p>As a library author, improve the implementation of your macros to avoid excessive compilation time.</p> | ||
</span></div></div></div></div></div></div></div></div></div><footer class="nav-footer" id="footer" style="background-color:#005028"><section class="sitemap"><a href="/scalac-profiling/" class="nav-home"><img src="/scalac-profiling/img/scalac-profiling-logo.png" alt="scalac-profiling" width="52" height="52"/></a><div><h5>Docs</h5><a href=" | ||
/scalac-profiling/docs/user-guide/installation.html">Installation</a><a href=" | ||
/scalac-profiling/docs/user-guide/usage.html">Usage</a></div><div><h5>Community</h5><a href="https://discord.gg/udJgtkvd" target="_blank">Chat on Discord</a><a href="https://users.scala-lang.org/" target="_blank">Discuss on Scala Users</a></div><div><h5>More</h5><a href="https://github.com/scalacenter/scalac-profiling" target="_blank">GitHub</a></div></section><section class="copyright">Copyright © 2024 Scala Center</section></footer></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script> | ||
document.addEventListener('keyup', function(e) { | ||
if (e.target !== document.body) { | ||
return; | ||
} | ||
// keyCode for '/' (slash) | ||
if (e.keyCode === 191) { | ||
const search = document.getElementById('search_input_react'); | ||
search && search.focus(); | ||
} | ||
}); | ||
</script><script> | ||
var search = docsearch({ | ||
appId: 'AW5MWDTADP', | ||
apiKey: '09e0d1866214fafd949a13703354b2c5', | ||
indexName: 'scalac-profiling', | ||
inputSelector: '#search_input_react' | ||
}); | ||
</script></body></html> | ||
|
||
<!DOCTYPE HTML> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="refresh" content="0; url=scalac-profiling/index.html"> | ||
<script type="text/javascript"> | ||
window.location.href = "scalac-profiling/index.html" | ||
</script> | ||
<title>Page Redirection</title> | ||
</head> | ||
<body> | ||
If you are not redirected automatically, follow this <a href='scalac-profiling/index.html'>link</a>. | ||
</body> | ||
</html> | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!DOCTYPE html><html lang=""><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>scalac-profiling · Compilation profiling tool for Scala 2 projects</title><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta name="generator" content="Docusaurus"/><meta name="description" content="Compilation profiling tool for Scala 2 projects"/><meta property="og:title" content="scalac-profiling · Compilation profiling tool for Scala 2 projects"/><meta property="og:type" content="website"/><meta property="og:url" content="https://scalacenter.github.io//scalac-profiling/index.html"/><meta property="og:description" content="Compilation profiling tool for Scala 2 projects"/><meta property="og:image" content="https://scalacenter.github.io//scalac-profiling/img/scalac-profiling-logo.png"/><meta name="twitter:card" content="summary"/><meta name="twitter:image" content="https://scalacenter.github.io//scalac-profiling/img/scalac-profiling-logo.png"/><link rel="shortcut icon" href="/scalac-profiling/img/favicon.png"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css"/><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css"/><script src="/scalac-profiling/js/scrollSpy.js"></script><link rel="stylesheet" href="/scalac-profiling/css/main.css"/><script src="/scalac-profiling/js/codetabs.js"></script></head><body><div class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a href="/scalac-profiling/"><img class="logo" src="/scalac-profiling/img/scalac-profiling-logo.png" alt="scalac-profiling"/><h2 class="headerTitleWithLogo">scalac-profiling</h2></a><div class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul class="nav-site nav-site-internal"><li class=""><a href="/scalac-profiling/docs/user-guide/motivation.html" target="_self">Docs</a></li><li class=""><a href="https://github.com/scalacenter/scalac-profiling" target="_blank">GitHub</a></li><li class="navSearchWrapper reactNavSearchWrapper"><input type="text" id="search_input_react" placeholder="Search" title="Search"/></li></ul></nav></div></header></div></div><div class="navPusher"><div><div class="lightBackground"><div class="homeContainer"><div class="homeSplashFade"><div class="wrapper homeWrapper"><div class="inner"><h2 class="projectTitle"><img src="/scalac-profiling/img/scalac-profiling-logo.png" alt="logo" style="margin-bottom:-20px;margin-right:10px;width:77px;height:77px"/>scalac-profiling<small>Compilation profiling tool for Scala 2 projects</small></h2><div class="section promoSection"><div class="promoRow"><div class="pluginRowBlock"><div class="pluginWrapper buttonWrapper"><a class="button" href="/scalac-profiling/docs/user-guide/motivation.html" target="_self">Get started</a></div></div></div></div></div></div></div></div></div><div class="mainContainer"><div class="productShowcaseSection paddingBottom" style="text-align:center"><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement imageAlignSide imageAlignRight twoByGridBlock"><div class="blockContent"><h2><div><span><p>Speed up compilation</p> | ||
</span></div></h2><div><span><p>Analyze your Scala 2 project and chase down compilation time bottlenecks with a focus on implicit searches and macro expansions.</p> | ||
</span></div></div><div class="blockImage"><img src="/scalac-profiling/img/speed-up-compilation.png"/></div></div></div></div></div><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="gridBlock"><div class="blockElement imageAlignSide imageAlignLeft twoByGridBlock"><div class="blockImage"><img src="/scalac-profiling/img/macro-impl.png"/></div><div class="blockContent"><h2><div><span><p>Optimize your macros</p> | ||
</span></div></h2><div><span><p>As a library author, improve the implementation of your macros to avoid excessive compilation time.</p> | ||
</span></div></div></div></div></div></div></div></div></div><footer class="nav-footer" id="footer" style="background-color:#005028"><section class="sitemap"><a href="/scalac-profiling/" class="nav-home"><img src="/scalac-profiling/img/scalac-profiling-logo.png" alt="scalac-profiling" width="52" height="52"/></a><div><h5>Docs</h5><a href=" | ||
/scalac-profiling/docs/user-guide/installation.html">Installation</a><a href=" | ||
/scalac-profiling/docs/user-guide/usage.html">Usage</a></div><div><h5>Community</h5><a href="https://discord.gg/udJgtkvd" target="_blank">Chat on Discord</a><a href="https://users.scala-lang.org/" target="_blank">Discuss on Scala Users</a></div><div><h5>More</h5><a href="https://github.com/scalacenter/scalac-profiling" target="_blank">GitHub</a></div></section><section class="copyright">Copyright © 2024 Scala Center</section></footer></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script> | ||
document.addEventListener('keyup', function(e) { | ||
if (e.target !== document.body) { | ||
return; | ||
} | ||
// keyCode for '/' (slash) | ||
if (e.keyCode === 191) { | ||
const search = document.getElementById('search_input_react'); | ||
search && search.focus(); | ||
} | ||
}); | ||
</script><script> | ||
var search = docsearch({ | ||
appId: 'AW5MWDTADP', | ||
apiKey: '09e0d1866214fafd949a13703354b2c5', | ||
indexName: 'scalac-profiling', | ||
inputSelector: '#search_input_react' | ||
}); | ||
</script></body></html> |
File renamed without changes.
File renamed without changes.
File renamed without changes.