• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

busybench/H29-Sep-2021-12485

kokoro/H29-Sep-2021-6436

mocks/H29-Sep-2021-12176

proftest/H29-Sep-2021-932734

testdata/H29-Sep-2021-12793

CHANGES.mdH A D29-Sep-2021237 74

README.mdH A D29-Sep-20211.3 KiB4125

go.modH A D29-Sep-2021472 1714

go.sumH A D29-Sep-202153 KiB542541

go_mod_tidy_hack.goH A D29-Sep-2021938 242

heap.goH A D29-Sep-20213.4 KiB11775

heap_test.goH A D29-Sep-20212.1 KiB8060

integration_test.goH A D29-Sep-202111.5 KiB378287

mutex.goH A D29-Sep-2021770 246

profiler.goH A D29-Sep-202118.9 KiB624427

profiler_example_test.goH A D29-Sep-2021809 268

profiler_test.goH A D29-Sep-202128.7 KiB997913

README.md

1# Cloud Profiler
2
3[![Go Reference](https://pkg.go.dev/badge/cloud.google.com/go/profiler.svg)](https://pkg.go.dev/cloud.google.com/go/profiler)
4
5Go Client Library for Cloud Profiler.
6
7## Install
8
9```bash
10go get cloud.google.com/go/profiler
11```
12
13## Stability
14
15The stability of this module is indicated by SemVer.
16
17However, a `v1+` module may have breaking changes in two scenarios:
18
19* Packages with `alpha` or `beta` in the import path
20* The GoDoc has an explicit stability disclaimer (for example, for an experimental feature).
21
22## Go Version Support
23
24See the [Go Versions Supported](https://github.com/googleapis/google-cloud-go#go-versions-supported)
25section in the root directory's README.
26
27## Authorization
28
29See the [Authorization](https://github.com/googleapis/google-cloud-go#authorization)
30section in the root directory's README.
31
32## Contributing
33
34Contributions are welcome. Please, see the [CONTRIBUTING](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/master/CONTRIBUTING.md)
35document for details.
36
37Please note that this project is released with a Contributor Code of Conduct.
38By participating in this project you agree to abide by its terms. See
39[Contributor Code of Conduct](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/master/CONTRIBUTING.md#contributor-code-of-conduct)
40for more information.
41