Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profiler #6

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Profiler #6

wants to merge 14 commits into from

Commits on Jul 21, 2015

  1. Merge pull request #1 from FogCreek/master

    Merge from FogCreek/profiler
    wblakecaldwell committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    6e60fd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4533161 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from wblakecaldwell/dev

    Added screenshot; fixed example links
    wblakecaldwell committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    42fc9cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbf2d82 View commit details
    Browse the repository at this point in the history
  5. Removed the README.md content from doc.go

    it was cluttering godoc output
    wblakecaldwell committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    169a2cb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from wblakecaldwell/dev

    Package name and documentation updates
    wblakecaldwell committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    fa1d8f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2015

  1. Configuration menu
    Copy the full SHA
    97e3656 View commit details
    Browse the repository at this point in the history
  2. StartProfiling, StopProfiling

    README update
    
    space to tab to have common format
    Alexander Plutov committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    d8aadde View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from plutov/master

    Start profiling via func call
    wblakecaldwell committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    75080e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2015

  1. Configuration menu
    Copy the full SHA
    d0f7b05 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2015

  1. Configuration menu
    Copy the full SHA
    9762f8f View commit details
    Browse the repository at this point in the history
  2. Added working examples

    Added the following examples:
    
    1. simple: profiler listens on the same port as the service
    2. separate_port: profiler listens on its own port
    3. extra_service_info: same as separate_port, but also shows key/value
       diagnostic info
    wblakecaldwell committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    3174f31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b802f26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6111ef1 View commit details
    Browse the repository at this point in the history