1
00:00:00,090 --> 00:00:06,360
In this section, we would start with profiling, racial profiling used to analyze the time that your

2
00:00:06,360 --> 00:00:07,800
application is consuming, right?

3
00:00:07,800 --> 00:00:16,230
So it may be that you want to just check how much time that a specific function take or you have a requirement

4
00:00:16,230 --> 00:00:21,630
where you want to quantify the different functions that you have in your entire application.

5
00:00:21,930 --> 00:00:22,320
So.

6
00:00:23,270 --> 00:00:28,220
This two scenarios could be divided into two categories, OK, so whenever you are in a requirement

7
00:00:28,220 --> 00:00:30,830
where you want to quantify a specific function.

8
00:00:31,250 --> 00:00:31,640
OK?

9
00:00:31,820 --> 00:00:37,460
Out of the multiple functions that you have in your application, could you just proceed with filing

10
00:00:37,460 --> 00:00:43,970
with any time and whenever you are in a requirement where you want to quantify all the functions that

11
00:00:43,970 --> 00:00:50,990
you have in the application code, then you utilize the inbuilt capabilities that you get Dennis Typekit

12
00:00:50,990 --> 00:00:51,890
profile, right?

13
00:00:52,190 --> 00:00:57,050
So we will be covering both of this method in greater detail so that you are at least able to replicate

14
00:00:57,050 --> 00:00:58,400
the same thing with your app.
