Browse Source

README: fix profile.proto file path

Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
Koichi Shiraishi 8 years ago
parent
commit
25785ff2ce
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

9
 profile.proto is a protocol buffer that describes a set of callstacks
9
 profile.proto is a protocol buffer that describes a set of callstacks
10
 and symbolization information. A common usage is to represent a set of
10
 and symbolization information. A common usage is to represent a set of
11
 sampled callstacks from statistical profiling. The format is
11
 sampled callstacks from statistical profiling. The format is
12
-described on the src/proto/profile.proto file. For details on protocol
12
+described on the proto/profile.proto file. For details on protocol
13
 buffers, see https://developers.google.com/protocol-buffers
13
 buffers, see https://developers.google.com/protocol-buffers
14
 
14
 
15
 Profiles can be read from a local file, or over http. Multiple
15
 Profiles can be read from a local file, or over http. Multiple