Skip to content

Commit

Permalink
ref: rename SentryProfiler+Private.h to SentryProfilerState.h (#3124)
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight authored Jun 27, 2023
1 parent c2ec420 commit 7cd187e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Sentry.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
0354A22B2A134D9C003C3A04 /* SentryProfiler+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0354A22A2A134D9C003C3A04 /* SentryProfiler+Private.h */; };
0354A22B2A134D9C003C3A04 /* SentryProfilerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 0354A22A2A134D9C003C3A04 /* SentryProfilerState.h */; };
0356A570288B4612008BF593 /* SentryProfilesSampler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0356A56E288B4612008BF593 /* SentryProfilesSampler.h */; };
0356A571288B4612008BF593 /* SentryProfilesSampler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0356A56F288B4612008BF593 /* SentryProfilesSampler.m */; };
03BCC38A27E1BF49003232C7 /* SentryTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 03BCC38927E1BF49003232C7 /* SentryTime.h */; };
Expand Down Expand Up @@ -873,7 +873,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
0354A22A2A134D9C003C3A04 /* SentryProfiler+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SentryProfiler+Private.h"; path = "Sources/Sentry/include/SentryProfiler+Private.h"; sourceTree = SOURCE_ROOT; };
0354A22A2A134D9C003C3A04 /* SentryProfilerState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryProfilerState.h; path = Sources/Sentry/include/SentryProfilerState.h; sourceTree = SOURCE_ROOT; };
0356A56E288B4612008BF593 /* SentryProfilesSampler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryProfilesSampler.h; path = Sources/Sentry/include/SentryProfilesSampler.h; sourceTree = SOURCE_ROOT; };
0356A56F288B4612008BF593 /* SentryProfilesSampler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = SentryProfilesSampler.m; path = Sources/Sentry/SentryProfilesSampler.m; sourceTree = SOURCE_ROOT; };
035E73C727D56757005EEB11 /* SentryBacktraceTests.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryBacktraceTests.mm; sourceTree = "<group>"; };
Expand Down Expand Up @@ -3098,7 +3098,7 @@
03F84D1127DD414C008FE43F /* SentryProfiler.h */,
844EDD6B2949387000C86F34 /* SentryMetricProfiler.h */,
8454CF8B293EAF9A006AC140 /* SentryMetricProfiler.mm */,
0354A22A2A134D9C003C3A04 /* SentryProfiler+Private.h */,
0354A22A2A134D9C003C3A04 /* SentryProfilerState.h */,
84A888FC28D9B11700C51DFD /* SentryProfiler+Test.h */,
03F84D2B27DD4191008FE43F /* SentryProfiler.mm */,
03BCC38D27E2A377003232C7 /* SentryProfilingConditionals.h */,
Expand Down Expand Up @@ -3574,7 +3574,7 @@
7BC8522F24581096005A70F0 /* SentryFileContents.h in Headers */,
7B30B67C26527886006B2752 /* SentryDisplayLinkWrapper.h in Headers */,
7BD86ECF264A7C77005439DB /* SentryAppStartMeasurement.h in Headers */,
0354A22B2A134D9C003C3A04 /* SentryProfiler+Private.h in Headers */,
0354A22B2A134D9C003C3A04 /* SentryProfilerState.h in Headers */,
7DC8310A2398283C0043DD9A /* SentryCrashIntegration.h in Headers */,
63FE718320DA4C1100CDBAE8 /* SentryCrashReportFixer.h in Headers */,
03F84D2027DD414C008FE43F /* SentryStackBounds.hpp in Headers */,
Expand Down
2 changes: 1 addition & 1 deletion Sources/Sentry/SentryProfiler.mm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "SentryProfiler+Private.h"
#import "SentryProfiler+Test.h"
#import "SentryProfilerState.h"

#if SENTRY_TARGET_PROFILING_SUPPORTED
# import "NSDate+SentryExtras.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/include/SentryProfiler+Test.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "SentryBacktrace.hpp"
#import "SentryProfiler+Private.h"
#import "SentryProfiler.h"
#import "SentryProfilingConditionals.h"

Expand Down
1 change: 1 addition & 0 deletions Tests/SentryProfilerTests/SentryProfilerTests.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#import "SentryId.h"
#import "SentryProfileTimeseries.h"
#import "SentryProfiler+Test.h"
#import "SentryProfilerState.h"
#import "SentryProfilingConditionals.h"
#import "SentryThread.h"
#import "SentryTransaction.h"
Expand Down

0 comments on commit 7cd187e

Please sign in to comment.