File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
ProfileRecorderPprofFormat
ProfileRecorderSampleConversion/OutputFormatRendering Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ let package = Package(
5050 " ProfileRecorder " ,
5151 " CProfileRecorderSwiftELF " ,
5252 " CProfileRecorderDarwin " ,
53- " PprofFormat " ,
53+ " ProfileRecorderPprofFormat " ,
5454 " ProfileRecorderHelpers " ,
5555 . product( name: " NIO " , package : " swift-nio " ) ,
5656 . product( name: " NIOFoundationCompat " , package : " swift-nio " ) ,
@@ -94,7 +94,7 @@ let package = Package(
9494 ]
9595 ) ,
9696 . target(
97- name: " PprofFormat " ,
97+ name: " ProfileRecorderPprofFormat " ,
9898 dependencies: [
9999 " ProfileRecorderHelpers " ,
100100 . product( name: " SwiftProtobuf " , package : " swift-protobuf " ) ,
@@ -111,7 +111,7 @@ let package = Package(
111111 . product( name: " Logging " , package : " swift-log " ) ,
112112 " ProfileRecorder " ,
113113 " _ProfileRecorderSampleConversion " ,
114- " PprofFormat " ,
114+ " ProfileRecorderPprofFormat " ,
115115 ]
116116 ) ,
117117 . target(
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ set -eu
1818here=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
1919protoc \
2020 --swift_opt=Visibility=Public \
21- --swift_out=" $here /../Sources/PprofFormat " \
21+ --swift_out=" $here /../Sources/ProfileRecorderPprofFormat " \
2222 -I " $here " \
2323 profile.proto
File renamed without changes.
Original file line number Diff line number Diff line change 1313//===----------------------------------------------------------------------===//
1414
1515import NIO
16- import PprofFormat
16+ import ProfileRecorderPprofFormat
1717import SwiftProtobuf
1818
1919public struct PprofOutputRenderer : ProfileRecorderSampleConversionOutputRenderer {
You can’t perform that action at this time.
0 commit comments