Using perf:
$ perf record -g binary
$ perf script | stackcollapse-perf.pl | rust-unmangle | flamegraph.pl > flame.svg
NOTE: See @GabrielMajeri's comments below about the
-g
option.
This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks
uuidgen | tr "[:upper:]" "[:lower:]" |
If you're aiming for a seamless Arch Linux installation in UEFI mode, follow along as this guide will walk you through the process step by step. We'll be using LUKS (Linux Unified Key Setup) and LVM (Logical Volume Manager) partitions on LUKS to achieve full disk encryption.
Note: I have updated this doc for UEFI mode. For those with BIOS/MBR systems, you can refer to the previous version, but keep in mind that it might be outdated and no longer accurate.
If you're only interested in installing Linux and not setting up dual boot with Windows, feel free to skip the Windows-related sections.
I recently had several days of extremely frustrating experiences with service workers. Here are a few things I've since learned which would have made my life much easier but which isn't particularly obvious from most of the blog posts and videos I've seen.
I'll add to this list over time – suggested additions welcome in the comments or via twitter.com/rich_harris.
Chrome 51 has some pretty wild behaviour related to console.log
in service workers. Canary doesn't, and it has a load of really good service worker related stuff in devtools.
.git | |
.gitignore | |
/doc | |
.yardoc | |
coverage | |
jsdoc | |
/tmp | |
/log | |
Dockerfile | |
Dockerfile.prod |
0. pxname [LFBS]: proxy name | |
1. svname [LFBS]: service name (FRONTEND for frontend, BACKEND for backend, | |
any name for server/listener) | |
2. qcur [..BS]: current queued requests. For the backend this reports the | |
number queued without a server assigned. | |
3. qmax [..BS]: max value of qcur | |
4. scur [LFBS]: current sessions | |
5. smax [LFBS]: max sessions | |
6. slim [LFBS]: configured session limit | |
7. stot [LFBS]: cumulative number of connections |