Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
5answers
1k views

What makes Apple's PowerPC memcpy so fast?

I've written several copy functions in search of a good memory strategy on PowerPC. Using the Altivec or fp registers with cache hints (dcb*) doubles the performance over a simple byte copy loop for ...
10
votes
3answers
4k views

How exactly can I use shark to profile my iPhone app?

I want to use Shark on OS 10.5 to do some basic profiling of my iPhone game (Open GL ES + Objective C). How exactly can I do this? I've read tutorials but they are too verbose for me after a full ...
8
votes
2answers
2k views

Profiling iphone with shark: Nothing happens after pressing start

I have used shark in the past with Mac applications. I am now trying to set it up for the iPhone but it doesn't want to work. I have followed these instruction from another post: Build app and launch ...
7
votes
3answers
269 views

Optimizing C loops to get diagonal of array

The Great God Google has not been forthcoming to me with an explanation for some loop optimization issues. So, in sadness that I have insufficient Google-fu, I turn to you StackOverflow. I'm ...
5
votes
3answers
378 views

Shark: how to filter down to one specific method

I'm new to Shark, and I was wondering if it's possible to narrow down a time sample to one specific method? Let's say I'd like to, just for the sake of it, know how much resources have been used on ...
4
votes
2answers
699 views

Profiling g++ app on MacOSX?

My standard Linux way of profiling app is: 1) compile with g++ -pg 2) run prog 3) gprof Apparently gprof is broek on MacOSX 10.5, and I am supposed to use Shark. All the tutorials I've found aby ...
4
votes
2answers
631 views

Is there anything like Apple's Shark on Linux?

I'm looking for alternatives to Apple's Shark on Linux. I'm looking for a statistical profiler - not gprof. I know about oprofile, but would like something a bit more polished. Appreciate any ...
4
votes
2answers
2k views

Why is “Run > Run with Performance Tool > Shark” always gray in Xcode? How to call that?

There's this Shark entry in my run menu. But it's always inactive. What's wrong? New xcode with Snow Leopard. Installed all developer tools including CHUD from scratch. Shark itself runs but sees no ...
3
votes
1answer
170 views

Using Shark with MonoTouch, no symbols

I'm trying to use Shark to profile a release build of my iPhone app but I don't have symbol information. Everything is "Unknown library" and hex addresses. I followed these instructions and added ...
3
votes
2answers
259 views

Using Shark to profile an iPhone game, pressing “Start” doesn't do anything

I've done a decent amount of reading about how to profile iPod applications using Shark, and all works well until I try to click "Start" (and nothing happens). I've tried profiling an individual ...
3
votes
3answers
2k views

Shark & MallocDebug for iPhone Applications

I'm trying to optimize an iPhone game that I am developing which uses the Cocos2D-iphone framework. I want to use Shark to measure performance but "Run->Start with Performance Tool->Shark" is ...
2
votes
1answer
334 views

shark does not show source code

We are trying to run shark on our iphone application. However, in the analyzed samples it does not list any of our application function. All that is listed are the libraries and when we click on any ...
2
votes
2answers
361 views

Shark L2 cache profiling won't take samples

I'm trying to use Shark to check for L2 cache misses, but it won't work. All of the other Shark sampling modes work fine.
1
vote
1answer
45 views

How to attach MacOSX Shark to a process as soon as it starts?

Is there a way to tell Shark to attach to a process (by name) immediately as it sees it running ?
1
vote
1answer
62 views

Launching a process with arguments and profile with shark

I need to sample a (cli) application with shark and pass parameters to it like so: shortest-path <input-ref-littleendian|diff -u - output-ref How can I do this with shark? Shark assumes that the ...
1
vote
1answer
100 views

“blkclr (mach_kernel)” shows up in mac's shark profiler. What does it do?

I am profiling a C program using Mac's Shark which shows that some of CPU time goes to "blkclr" in "mach_kernel". What does this kernel function do? I speculate it is related to memory allocation, but ...
1
vote
1answer
18 views

Perform a batch of queries on a set of Shark performance logs?

I've been using Shark to benchmark a (very large) application and have a set of features I drill down into each time (e.g., focus on one function and remove stacks with particular others to determine ...
1
vote
1answer
321 views

Shark was unable to find symbol information for this address range - iPhone

I'm trying to use Shark to determine which method(s) are taking the most time in my iPhone app. After sampling, I get this: Clicking the "!" button yields: Shark was unable to find symbol ...
1
vote
1answer
108 views

How to get useful data from Shark?

After a while I figured out I could bind Shark to the process of my executable in the simulator. Not on the device though. Well, anyways, here is something that makes absolutely zero sense, but looks ...
1
vote
1answer
95 views

How can I edit Shark configurations on the iPhone?

The default shark 'Time Profile' configuration on the iPhone appears to sample every 1 ms. I'd like to tweak it to sample every 100us. I know this is possible to do on my local machine by editing ...
1
vote
1answer
7k views

Shark for profiling iphone app

Hi All I am using Shark to profile my application on iphone. As per instruction in Shark user guide from ...
0
votes
0answers
76 views

Running Shark on Android SDK Emulator Error : “ Problems in launching sequence.. Do You have Root? Do you have 2 MB free on data partition?”

I wanted test Shark on android SDK Emulator on a MAC , However, I got following error when I run Shark on Emulator " Problems in launching sequence.. Do You have Root? Do you have 2 MB free on data ...
0
votes
0answers
76 views

How to profile Qt applications with Shark on Mac OS X

I'm trying to profile my Qt 4.7 application on Mac OS X 10.6.8 using Shark from Apples CHUD Tool suite. The problem I'm facing is that Shark cannot resolve the symbols of the most high-profile ...
0
votes
0answers
32 views

Request for good enhydra shark with POJO interface example

Does anyone have a good example of starting a process in Enhydra Shark using the POJO interface? There are no examples (that I can see) in the very poor documentation. The javadocs don't provide ...
0
votes
2answers
184 views

Where can I download Shark?

This is probably a rather dumb question but I've been looking around the Apple developer pages and I haven't found any download link to shark. I did a search on my hard drive and I only found shark ...
0
votes
0answers
40 views

Shark error message when performing Malloc Trace

I am trying to perform Malloc Trace on a process, but I obtain the following error Cannot create the profile data because the samples collected are inconsistent. Restart the target process ...
0
votes
1answer
78 views

Shark does not show function names

I want to use shark to profile my application(I used it before and it worked fine), but now it does not show any function name. I have only Unknown Library and address[unknown] in symbol column. Some ...
0
votes
1answer
138 views

Shark tool on iphone crashes

I am trying to use Shark to profile my app. However, it crashes after I hit "stop" and it analyzes and then goes to "load session". Only once when I decided not to select my app but chose to target ...
0
votes
1answer
110 views

How to set that compiler flag?

Shark told me this: This instruction is the start of a loop that is not aligned to a 16-byte address boundary. For optimal performance, you should align the start of a hot loop using a ...
0
votes
1answer
364 views

How to Profile a C-Program in a Loop of Shell Script, Using Shark on Mac?

I have a question about Shark-profiling on mac. Say if I have a C-program, compiled with: gcc -o mycprog mycprog.c -g -pg and also I have a shell script something like: for file in ...
0
votes
1answer
111 views

Shark crashes on processor bandwidth trace

Shark started crashing on me when I use the "Processor Bandwidth (Core 2)" mode of analysis. It collects the samples, spends the time to analyze them, and crashes with a bus error about when the ...
0
votes
2answers
135 views

Why could Shark be so slow?

I'm trying to profile Ruby interpreter. I run shark -i ./ruby bm_sudoku.rb or something like that, the script finishes in less than a second, and then Shark goes to "CHUDData - Analyzing samples... ...
0
votes
1answer
111 views

Why does Shark not list my iPod touch in the devices list?

In this answer Brian explained how to connect Shark with the device. I do it exactly this way, but Shark never lists my device. Even if Xcode launches my app on it and the app runs. I get console Logs ...
0
votes
1answer
673 views

Is there a Quick Guide on how to use Shark with iPhone to measure performance?

I set it to iPhone/Network mode, but the device never appears anywhere. Connected and running an app through xcode. Do you know a useful tutorial for this?
0
votes
1answer
184 views

Is there something special to consider when starting Shark in Snow Leopard?

After upgrade to Snow Leopard and downloading the new Xcode along with all new developer tools, Shark does not start. I launch it but it never appears. Is this a known issue? Is there a solution to ...
0
votes
1answer
449 views

How to bind Shark to an running iPhone app on the device?

I was reading at an apple site that shark captures everything that is running on my mac. Thats stupid. I want it to be constrained only to my iPhone app on the device, but there's just nothing to ...