diff --git a/block.md b/block.md index 2738f96..a009a5f 100644 --- a/block.md +++ b/block.md @@ -266,6 +266,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 : ). +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) : ). 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 df5266f..b796b11 100644 --- a/cpu.md +++ b/cpu.md @@ -78,6 +78,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 : ). +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) : ). 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 f58f68d..6632ded 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 : ). +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) : ). 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 6bbf70c..8554741 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 : ). +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) : ). 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 710fc4d..334fc45 100644 --- a/mutex.md +++ b/mutex.md @@ -9,4 +9,10 @@ Block profiling was [implemented](https://go-review.googlesource.com/c/go/+/2965 ## Links - https://rakyll.org/mutexprofile/ -- https://talks.golang.org/2017/state-of-go.slide#23 \ No newline at end of file +- https://talks.golang.org/2017/state-of-go.slide#23 + +## 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) : ). + +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 7ed5f0e..bb61cfe 100644 --- a/pprof.md +++ b/pprof.md @@ -152,6 +152,8 @@ The output above is truncated also, [pprof.samples.cpu.001.protoc.txt](./example - Get into more details about line numbers / addresses. - Talk about mappings and when a Go binary might have more than one -## Disclaimer +## Disclaimers -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. This document may not reflect the views of my employer, but they were kind enough to let me publish it : ). +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) : ). + +The information on this page is believed to be correct, but no warranty is provided. Feedback is welcome! \ No newline at end of file