How to profile a DPDK programme with Nvidia Nsight Systems? - profiler

To launch a DPDK programme, target programme must be launched with sudo first.In Nvidia Nsight Systems, target application is set like this:
enter image description here
While target application is /usr/bin/sudo instead of my programme.Does any know how to solve this problem.

Related

Why does Docker Desktop on M1 require Rosetta if it uses QEMU for emulation?

When installing Docker Desktop for Apple Silicon, the official instructions says:
You must install Rosetta 2 as some binaries are still Darwin/AMD64.
However, if I understand correctly, Intel-based containers actually use QEMU for emulation rather than Rosetta:
However, attempts to run Intel-based containers on Apple Silicon machines under emulation can crash as qemu sometimes fails to run the container.
(This is one of the reasons why Docker is slow when running non-native containers on M1.)
So what does Docker actually use Rosetta for?

Is it possible to run applications compiled using IBM XLC/C++ compiler on Docker?

I have a native application which is compiled on IBM AIX 7.1 Operating System using XL C/C++ compiler. Is it possible to run the application using docker which is installed on Linux machine? I tried to find the base image for IBM AIX OS, but was unsuccessful.
No. You could use qemu to emulate a powerpc processor but there is no full AIX emulation to run usermode programs. It would also run rather more slowly.

Developing and running iOS Cordova on Windows computers?

I need to develop an iOS application based on Apache Cordova on my Windows computer.
According to this website, I need to install Xcode that is an xip file. Is it possible to install this file on Windows computer ?
Is it practical ? And if so, what are the requirements ?
No you can't develp ios application with another systme than MacOS.
You should buy a Mac or try to emulate it (It seems to me that it is illegal to emulate an apple system on a host that is not an apple so I won't give any details).
Another solution is the build service of phonegap (https://build.phonegap.com). But you also need a MacOS for submit you'r apps on app store so... Welcome in the beautifull world of "Apple"
You cannot run directly install a mac file on a windows OS !
The only way to achieve this is to run a Mac Virtual Machine on your machine (I don't know where you can download a Mac image...)
Also you can try that

WP8 SDK on a virtual machine?

I have a HP EliteBook 8560p with 4GB ram and a 2,5Ghz i5-2450M processor running windows 7.
My question is: will I be able to run the WP8 SDK on a virtual mashine running W8 that i give 3GB ram to or will it be to slow? The system requirements for the SDK says 4GB minimum. Unfortunately this is my schoolcomputer so I am not allowed to install W8 as the operating system, that's why I want to use a virtual machine.
You will be able to run W8 and WP8 SDK on a virtual machine, but you'll likely have a very slow experience.
Adding to MDumitru answer, you should install virtual box not VMware. Windows Phone 8 SDK requires hardware Hyper-V support1. You can follow this article while installing VMware and WP8 sdk inside it.

Is it possible to build an XCode project within command line in CentOS?

I'm creating an app that can be purchased and personalised so the buyer can have their own app to upload to the app store. I want to be able to automate the personalisation, and I was wondering if it's possible to build and app over command line in CentOS? I know it's possible in OS X, but other unix systems?
I was wondering if it's possible to build and app over command line in
CentOS? I know it's possible in OS X, but other unix systems?
Yes. The iphone-dev teams appears to have ported to CentOS 4.
The folks who work on Cydia use Debian based systems for their development, so I would expect other linux derivatives to be available. The Cydia folks even bake in apt-get and a repo for the device.
Jailbreak QA, Upgrading the iPhone Toolchain, iphone-dev Portability, and Bringing Debian APT to the iPhone would probably be helpful to you.

Resources