mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
add events
This commit is contained in:
parent
68bd4c7c60
commit
0eafac510f
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License. -->
|
||||
|
||||
<template>
|
||||
<div class="profile-task">
|
||||
<div class="async-profile-task">
|
||||
<div>
|
||||
<div class="label">{{ t("instance") }}</div>
|
||||
<Selector
|
||||
@ -99,9 +99,9 @@ limitations under the License. -->
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.profile-task {
|
||||
.async-profile-task {
|
||||
margin: 0 auto;
|
||||
width: 400px;
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
.date {
|
||||
@ -114,7 +114,7 @@ limitations under the License. -->
|
||||
}
|
||||
|
||||
.profile-input {
|
||||
width: 300px;
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
.create-task-btn {
|
||||
|
@ -24,6 +24,10 @@ export const DurationOptions = [
|
||||
export const ProfilingEvents = [
|
||||
{ value: "CPU", label: "CPU" },
|
||||
{ value: "ALLOC", label: "ALLOC" },
|
||||
{ value: "WALL", label: "WALL" },
|
||||
{ value: "LOCK", label: "LOCK" },
|
||||
{ value: "CTIMER", label: "CTIMER" },
|
||||
{ value: "ITIMER", label: "ITIMER" },
|
||||
];
|
||||
|
||||
export enum EventsMap {
|
||||
|
Loading…
Reference in New Issue
Block a user