Skip to content

Commit

Permalink
New Features:
Browse files Browse the repository at this point in the history
1. Flamegraph test
2. New flamegraph dependency
New Pages:
1. flame-graph.page.html

Bugs Corrected:

To Be Corrected:
0. On product delete, delete trace results
  • Loading branch information
juanfranciscocis committed Aug 12, 2024
1 parent ad910e7 commit 8c505de
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ const routes: Routes = [
},
{
path: 'flame-graph',
loadChildren: () => import('./pages/flame-graph/flame-graph.module').then( m => m.FlameGraphPageModule)
loadChildren: () => import('./pages/flame-graph/flame-graph.module').then( m => m.FlameGraphPageModule),
...canActivate(redirectUnauthorizedToLogin),
},
];

Expand Down
5 changes: 5 additions & 0 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ export class AppComponent implements OnInit {
url:'/trace-chooser',
icon:'radio'
},
{
title: 'Flamegraph',
url: '/flame-graph',
icon: 'flame'
},
{
title: 'My Team',
url: '/myteam',
Expand Down
1 change: 1 addition & 0 deletions www/1101.890bda6eeb1b2e46.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions www/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


ngx-flamegraph
MIT

rxfire/auth

rxjs
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

<body>
<app-root></app-root>
<script src="runtime.51508e8f1bc47a77.js" type="module"></script><script src="polyfills.e9ea84778c1ce49f.js" type="module"></script><script src="main.c460d2e87ec1c027.js" type="module"></script></body>
<script src="runtime.d0a9f00b31dc3e31.js" type="module"></script><script src="polyfills.e9ea84778c1ce49f.js" type="module"></script><script src="main.a82438f885aa524c.js" type="module"></script></body>

</html>
1 change: 1 addition & 0 deletions www/main.a82438f885aa524c.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion www/main.c460d2e87ec1c027.js

This file was deleted.

1 change: 0 additions & 1 deletion www/runtime.51508e8f1bc47a77.js

This file was deleted.

1 change: 1 addition & 0 deletions www/runtime.d0a9f00b31dc3e31.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c505de

Please sign in to comment.