From 2f175126506837da2408a478b253303c98463ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Fri, 19 Feb 2021 15:26:28 +0100 Subject: [PATCH] Updates to reflect move to Datadog org --- README.md | 6 ++++-- block.md | 2 +- cpu.md | 2 +- datadog.md | 2 +- goroutine.md | 2 +- heap.md | 2 +- mutex.md | 2 +- pprof.md | 2 +- 8 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 277361b..923da4e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # go-profiler-notes -I've just started a new job at [Datadog](https://www.datadoghq.com/) to work on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. To make sure that I know what I'm talking about, I'm planning to do an in-depth study of the existing profilers and how they work. I'll try to summarize what I learned in this repository as it might be useful to others. +Hey there 👋🏻, I'm [felixge](https://github.com/felixge) and I've just started a new job at [Datadog](https://www.datadoghq.com/) to work on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. + +I found that Go has a lot of profilers and there are many tools for looking at the data, but that there is very little information on what any of it means. So in order to make sure that I know what I'm talking about, I've started to research the existing profilers and how they work. This repository is my attempt to summarize my findings in the hope that it might be useful to others. - [pprof tool & format](./pprof.md): Describes the pprof tool and it's binary data format. - [Goroutine Profiling](./goroutine.md) @@ -32,6 +34,6 @@ The markdown files in this repository are licensed under the [CC BY-SA 4.0 licen ## Disclaimers -I work at [Datadog](https://www.datadoghq.com/) on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. You should check it out. We're also [hiring](https://www.datadoghq.com/jobs-engineering/#all&all_locations) : ). +I'm [felixge](https://github.com/felixge) and work at [Datadog](https://www.datadoghq.com/) on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. You should check it out. We're also [hiring](https://www.datadoghq.com/jobs-engineering/#all&all_locations) : ). The information on this page is believed to be correct, but no warranty is provided. Feedback is welcome! diff --git a/block.md b/block.md index 05ae8e0..101e416 100644 --- a/block.md +++ b/block.md @@ -268,6 +268,6 @@ Block profiling was [implemented](https://codereview.appspot.com/6443115) by [Dm ## Disclaimers -I work at [Datadog](https://www.datadoghq.com/) on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. You should check it out. We're also [hiring](https://www.datadoghq.com/jobs-engineering/#all&all_locations) : ). +I'm [felixge](https://github.com/felixge) and work at [Datadog](https://www.datadoghq.com/) on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. You should check it out. We're also [hiring](https://www.datadoghq.com/jobs-engineering/#all&all_locations) : ). The information on this page is believed to be correct, but no warranty is provided. Feedback is welcome! \ No newline at end of file diff --git a/cpu.md b/cpu.md index 23a0972..ff58cb2 100644 --- a/cpu.md +++ b/cpu.md @@ -81,6 +81,6 @@ The various ways one can record CPU profiles in Go are listed below. ## Disclaimers -I work at [Datadog](https://www.datadoghq.com/) on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. You should check it out. We're also [hiring](https://www.datadoghq.com/jobs-engineering/#all&all_locations) : ). +I'm [felixge](https://github.com/felixge) and work at [Datadog](https://www.datadoghq.com/) on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. You should check it out. We're also [hiring](https://www.datadoghq.com/jobs-engineering/#all&all_locations) : ). The information on this page is believed to be correct, but no warranty is provided. Feedback is welcome! \ No newline at end of file diff --git a/datadog.md b/datadog.md index d9133f2..32a6ff5 100644 --- a/datadog.md +++ b/datadog.md @@ -32,6 +32,6 @@ TODO: Link to a sample payload file. ## Disclaimers -I work at [Datadog](https://www.datadoghq.com/) on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. You should check it out : ). +I'm [felixge](https://github.com/felixge) and work at [Datadog](https://www.datadoghq.com/) on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. You should check it out. We're also [hiring](https://www.datadoghq.com/jobs-engineering/#all&all_locations) : ). The information on this page is believed to be correct, but no warranty is provided. Feedback is welcome! \ No newline at end of file diff --git a/goroutine.md b/goroutine.md index c7a9889..b2192c5 100644 --- a/goroutine.md +++ b/goroutine.md @@ -236,6 +236,6 @@ Goroutine profiling was [implemented](https://codereview.appspot.com/5687076/) b ## Disclaimers -I work at [Datadog](https://www.datadoghq.com/) on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. You should check it out. We're also [hiring](https://www.datadoghq.com/jobs-engineering/#all&all_locations) : ). +I'm [felixge](https://github.com/felixge) and work at [Datadog](https://www.datadoghq.com/) on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. You should check it out. We're also [hiring](https://www.datadoghq.com/jobs-engineering/#all&all_locations) : ). The information on this page is believed to be correct, but no warranty is provided. Feedback is welcome! \ No newline at end of file diff --git a/heap.md b/heap.md index 8554741..e662224 100644 --- a/heap.md +++ b/heap.md @@ -45,6 +45,6 @@ GODEBUG=gctrace=1 go run ## Disclaimers -I work at [Datadog](https://www.datadoghq.com/) on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. You should check it out. We're also [hiring](https://www.datadoghq.com/jobs-engineering/#all&all_locations) : ). +I'm [felixge](https://github.com/felixge) and work at [Datadog](https://www.datadoghq.com/) on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. You should check it out. We're also [hiring](https://www.datadoghq.com/jobs-engineering/#all&all_locations) : ). The information on this page is believed to be correct, but no warranty is provided. Feedback is welcome! \ No newline at end of file diff --git a/mutex.md b/mutex.md index e772b78..967b530 100644 --- a/mutex.md +++ b/mutex.md @@ -13,6 +13,6 @@ Mutex profiling was [implemented](https://go-review.googlesource.com/c/go/+/2965 ## Disclaimers -I work at [Datadog](https://www.datadoghq.com/) on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. You should check it out. We're also [hiring](https://www.datadoghq.com/jobs-engineering/#all&all_locations) : ). +I'm [felixge](https://github.com/felixge) and work at [Datadog](https://www.datadoghq.com/) on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. You should check it out. We're also [hiring](https://www.datadoghq.com/jobs-engineering/#all&all_locations) : ). The information on this page is believed to be correct, but no warranty is provided. Feedback is welcome! \ No newline at end of file diff --git a/pprof.md b/pprof.md index db7004b..08e2b13 100644 --- a/pprof.md +++ b/pprof.md @@ -160,6 +160,6 @@ The output above is truncated also, [pprof.samples.cpu.001.protoc.txt](./example ## Disclaimers -I work at [Datadog](https://www.datadoghq.com/) on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. You should check it out. We're also [hiring](https://www.datadoghq.com/jobs-engineering/#all&all_locations) : ). +I'm [felixge](https://github.com/felixge) and work at [Datadog](https://www.datadoghq.com/) on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. You should check it out. We're also [hiring](https://www.datadoghq.com/jobs-engineering/#all&all_locations) : ). The information on this page is believed to be correct, but no warranty is provided. Feedback is welcome! \ No newline at end of file