Changeset 163027 in webkit for trunk/Source/JavaScriptCore/profiler/ProfilerCompilation.cpp
- Timestamp:
- Jan 29, 2014, 11:18:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/profiler/ProfilerCompilation.cpp
r156492 r163027 1 1 /* 2 * Copyright (C) 2012, 2013 Apple Inc. All rights reserved.2 * Copyright (C) 2012, 2013, 2014 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 68 68 } 69 69 70 void Compilation::addDescription(const OriginStack& stack, const CString& description) 71 { 72 addDescription(CompiledBytecode(stack, description)); 73 } 74 70 75 ExecutionCounter* Compilation::executionCounterFor(const OriginStack& origin) 71 76 {
Note:
See TracChangeset
for help on using the changeset viewer.